Dark Goldenrod Hex Code — #B8860B
RGB, HSL, and CMYK values for Dark Goldenrod.
Dark Goldenrod Color Values
| Format | Value |
|---|---|
| HEX | #B8860B |
| RGB | rgb(184, 134, 11) |
| HSL | hsl(43, 89%, 38%) |
| CMYK | cmyk(0%, 27%, 94%, 28%) |
Want to explore more shades? Use our Color Converter
About Dark Goldenrod
Color psychology: Richness, heritage.
Dark Goldenrod (#B8860B) is a dark shade of yellow. It's commonly used in web design, graphic design, and branding where richness, heritage are desired associations.
How to Use Dark Goldenrod in CSS
/* Using HEX */ color: #B8860B; background-color: #B8860B; /* Using RGB */ color: rgb(184, 134, 11); /* Using HSL */ color: hsl(43, 89%, 38%);