#D3A066
A light, moderate orange closely aligning with Burlywood.
About #D3A066
The precise color #D3A066 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, 160, 102).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 24% magenta, 52% yellow, and 17% black. The HSL representation is 31.9° hue, 55.3% saturation, and 61.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3A066
RGB211, 160, 102
HSL31.9°, 55.3%, 61.4%
CMYK0%, 24%, 52%, 17%
HSV31.9°, 51.7%, 82.7%
LAB69.4, 12.1, 37.4
XYZ41.8, 39.9, 18.1
Decimal13869158
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.34:1
Text on #FFFFFF
FAIL
8.99:1
Text on #000000
AAA
2.23:1
Text on #F8FAFC
FAIL
7.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A066;
}
.text-color {
color: #D3A066;
}
.border-color {
border: 2px solid #D3A066;
}