#D3BD7C
A light, moderate orange closely aligning with Darkkhaki.
About #D3BD7C
Visually, #D3BD7C is defined as a moderate orange. Its closest recognized web color is Darkkhaki. In the RGB color space, it consists of 211 red, 189 green, and 124 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 10% Magenta, 41% Yellow, and 17% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3BD7C
RGB211, 189, 124
HSL44.8°, 49.7%, 65.7%
CMYK0%, 10%, 41%, 17%
HSV44.8°, 41.2%, 82.7%
LAB77.1, -1.2, 35.7
XYZ48.7, 51.7, 26.5
Decimal13876604
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.85:1
Text on #FFFFFF
FAIL
11.34:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3BD7C;
}
.text-color {
color: #D3BD7C;
}
.border-color {
border: 2px solid #D3BD7C;
}