#D3BD99
A light, moderate orange closely aligning with Tan.
About #D3BD99
Visually, #D3BD99 is defined as a moderate orange. It is closely associated with the named CSS color Tan. This translates to an RGB value of rgb(211, 189, 153).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 10% magenta inks. The HSL representation is 37.2° hue, 39.7% saturation, and 71.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3BD99
RGB211, 189, 153
HSL37.2°, 39.7%, 71.4%
CMYK0%, 10%, 27%, 17%
HSV37.2°, 27.5%, 82.7%
LAB77.6, 2.3, 21.1
XYZ50.8, 52.5, 37.6
Decimal13876633
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.82:1
Text on #FFFFFF
FAIL
11.51:1
Text on #000000
AAA
1.74:1
Text on #F8FAFC
FAIL
9.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3BD99;
}
.text-color {
color: #D3BD99;
}
.border-color {
border: 2px solid #D3BD99;
}