CSS named color

DarkGoldenrod

#B8860B
HEX#b8860b
RGBrgb(184, 134, 11)
HSLhsl(43, 89%, 38%)
OKLCHoklch(65.21% 0.1322 81.57)
NAMEdarkgoldenrod

Palette

Complementary

180° on the color wheel
Complement
#0B3CB7

Analogous

±30° around the base hue
Left
#B7300B
Right
#92B70B

Triadic

±120° for harmonic contrast
Triad 1
#0BB786
Triad 2
#860BB7

Shades

Lighter and darker variants
Lightest
#F7D57D
Lighter
#F3BD35
Base
#B8860B
DarkGoldenrod
Darker
#574005
Darkest
#0E0B01

CSS 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.

← All colors & converter