What is the HEX code for darkgoldenrod?
The CSS color darkgoldenrod in HEX format is #b8860b. Use this value directly in CSS, SVG, and most design tools.
How do I use darkgoldenrod in CSS?
To apply darkgoldenrod in CSS:
- Text color: color: #b8860b;
- Background: background-color: #b8860b;
- Border: border-color: #b8860b;
What are all the color format values for darkgoldenrod?
| Format | Value |
|---|---|
| HEX | #b8860b |
| RGB | rgb(184, 134, 11) |
| HSL | hsl(42.7, 88.7%, 38.2%) |
| CMYK | cmyk(0%, 27.2%, 94%, 27.8%) |
How do I convert darkgoldenrod to HEX?
Select darkgoldenrod from the color name list in our color converter. The HEX value — #b8860b — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does darkgoldenrod belong to?
darkgoldenrod belongs to the orange color family. It is a medium, vivid color with HSL values: hue 42.7°, saturation 88.7%, lightness 38.2%.
How do I create lighter and darker shades of darkgoldenrod?
Lighter variant (lightness 53.2%): #f2b41e. Darker variant (lightness 23.200000000000003%): #705107. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.