#D3B67C
A light, moderate orange closely aligning with Burlywood.
About #D3B67C
The precise color #D3B67C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Burlywood. In the RGB color space, it consists of 211 red, 182 green, and 124 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 14% Magenta, 41% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3B67C
RGB211, 182, 124
HSL40.0°, 49.7%, 65.7%
CMYK0%, 14%, 41%, 17%
HSV40.0°, 41.2%, 82.7%
LAB75.3, 2.5, 33.4
XYZ47.2, 48.8, 26.0
Decimal13874812
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.95:1
Text on #FFFFFF
FAIL
10.75:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3B67C;
}
.text-color {
color: #D3B67C;
}
.border-color {
border: 2px solid #D3B67C;
}