CSS named color
DarkGoldenrod
#B8860B
HEX
#b8860bRGB
rgb(184, 134, 11)HSL
hsl(43, 89%, 38%)OKLCH
oklch(65.21% 0.1322 81.57)NAME
darkgoldenrodPalette
Complementary
180° on the color wheelComplement
#0B3CB7
Analogous
±30° around the base hueLeft
#B7300B
Right
#92B70B
Triadic
±120° for harmonic contrastTriad 1
#0BB786
Triad 2
#860BB7
Shades
Lighter and darker variantsCSS usage
By name
color: darkgoldenrod;
background-color: darkgoldenrod;By HEX
color: #b8860b;
background-color: #b8860b;By RGB
color: rgb(184, 134, 11);
background-color: rgb(184, 134, 11);By HSL
color: hsl(43, 89%, 38%);
background-color: hsl(43, 89%, 38%);WCAG contrast vs white
Aa
3.25:1
AA (large text)
WCAG contrast vs black
Aa
6.45:1
AA
Related colors
FAQ — DarkGoldenrod
What is the HEX code for DarkGoldenrod?
The HEX code for DarkGoldenrod is #B8860B. It's one of the 148 named CSS colors and can be used directly in CSS as color: darkgoldenrod; or color: #b8860b;
What is DarkGoldenrod in RGB?
DarkGoldenrod in RGB is rgb(184, 134, 11) — red 184, green 134, blue 11.
What is DarkGoldenrod in HSL?
DarkGoldenrod in HSL is hsl(43, 89%, 38%) — hue 43°, saturation 89%, lightness 38%.
What is the complementary color of DarkGoldenrod?
The complementary color (directly opposite DarkGoldenrod on the color wheel) is #0B3CB7. The two together produce maximum contrast.
Is white text readable on DarkGoldenrod?
The WCAG contrast ratio against white (#FFFFFF) is 3.25:1, and against black (#000000) it's 6.45:1. White text is more readable. WCAG recommends at least 4.5:1 for body text.