#D3A87C
A light, moderate orange closely aligning with Burlywood.
About #D3A87C
The precise color #D3A87C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Burlywood. This translates to an RGB value of rgb(211, 168, 124).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 20% M, 41% Y, and 17% K. The HSL representation is 30.3° hue, 49.7% saturation, and 65.7% lightness.
Contrast ratios determine whether this color is safe for typography. 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#D3A87C
RGB211, 168, 124
HSL30.3°, 49.7%, 65.7%
CMYK0%, 20%, 41%, 17%
HSV30.3°, 41.2%, 82.7%
LAB71.8, 10.0, 28.7
XYZ44.5, 43.3, 25.1
Decimal13871228
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.17:1
Text on #FFFFFF
FAIL
9.66:1
Text on #000000
AAA
2.08:1
Text on #F8FAFC
FAIL
8.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A87C;
}
.text-color {
color: #D3A87C;
}
.border-color {
border: 2px solid #D3A87C;
}