#D3830F
A medium, vivid orange closely aligning with Darkgoldenrod.
About #D3830F
The hex code #D3830F represents a beautifully specific shade of orange. It is closely associated with the named CSS color Darkgoldenrod. In the RGB color space, it consists of 211 red, 131 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 38% Magenta, 93% Yellow, and 17% Black. With a hue angle of 35.5 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3830F
RGB211, 131, 15
HSL35.5°, 86.7%, 44.3%
CMYK0%, 38%, 93%, 17%
HSV35.5°, 92.9%, 82.7%
LAB61.8, 23.5, 65.3
XYZ35.1, 30.1, 4.4
Decimal13861647
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.99:1
Text on #FFFFFF
FAIL
7.02:1
Text on #000000
AAA
2.86:1
Text on #F8FAFC
FAIL
5.97:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D3830F;
}
.text-color {
color: #D3830F;
}
.border-color {
border: 2px solid #D3830F;
}