#D3991D
A medium, vivid orange closely aligning with Goldenrod.
About #D3991D
At its core, #D3991D is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Goldenrod. In the RGB color space, it consists of 211 red, 153 green, and 29 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 27% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3991D
RGB211, 153, 29
HSL40.9°, 75.8%, 47.1%
CMYK0%, 27%, 86%, 17%
HSV40.9°, 86.3%, 82.7%
LAB67.1, 11.8, 66.2
XYZ38.5, 36.7, 6.2
Decimal13867293
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.52:1
Text on #FFFFFF
FAIL
8.34:1
Text on #000000
AAA
2.41:1
Text on #F8FAFC
FAIL
7.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3991D;
}
.text-color {
color: #D3991D;
}
.border-color {
border: 2px solid #D3991D;
}