#D3C592
A light, moderate yellow closely aligning with Tan.
About #D3C592
At its core, #D3C592 is a light and moderate hue. It is closely associated with the named CSS color Tan. Its digital footprint relies on 211 parts red, 197 parts green, and 146 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 7% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D3C592
RGB211, 197, 146
HSL47.1°, 42.5%, 70.0%
CMYK0%, 7%, 31%, 17%
HSV47.1°, 30.8%, 82.7%
LAB79.5, -2.8, 27.4
XYZ52.0, 55.9, 35.2
Decimal13878674
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.73:1
Text on #FFFFFF
FAIL
12.17:1
Text on #000000
AAA
1.65:1
Text on #F8FAFC
FAIL
10.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3C592;
}
.text-color {
color: #D3C592;
}
.border-color {
border: 2px solid #D3C592;
}