#D3A875
A light, moderate orange closely aligning with Burlywood.
About #D3A875
The hex code #D3A875 represents a beautifully specific shade of orange. Its closest recognized web color is Burlywood. In the RGB color space, it consists of 211 red, 168 green, and 117 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 20% M, 45% Y, and 17% K. With a hue angle of 32.6 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3A875
RGB211, 168, 117
HSL32.6°, 51.6%, 64.3%
CMYK0%, 20%, 45%, 17%
HSV32.6°, 44.5%, 82.7%
LAB71.6, 9.2, 32.3
XYZ44.1, 43.1, 22.8
Decimal13871221
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.18:1
Text on #FFFFFF
FAIL
9.63:1
Text on #000000
AAA
2.08:1
Text on #F8FAFC
FAIL
8.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A875;
}
.text-color {
color: #D3A875;
}
.border-color {
border: 2px solid #D3A875;
}