#D3AF99
A light, moderate orange closely aligning with Tan.
About #D3AF99
The precise color #D3AF99 is an excellent choice for modern design projects. Its closest recognized web color is Tan. This translates to an RGB value of rgb(211, 175, 153).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 17% M, 27% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3AF99
RGB211, 175, 153
HSL22.8°, 39.7%, 71.4%
CMYK0%, 17%, 27%, 17%
HSV22.8°, 27.5%, 82.7%
LAB74.1, 9.8, 16.2
XYZ47.9, 46.8, 36.6
Decimal13873049
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.03:1
Text on #FFFFFF
FAIL
10.36:1
Text on #000000
AAA
1.94:1
Text on #F8FAFC
FAIL
8.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3AF99;
}
.text-color {
color: #D3AF99;
}
.border-color {
border: 2px solid #D3AF99;
}