#D3CC92
A light, moderate yellow closely aligning with Palegoldenrod.
About #D3CC92
The hex code #D3CC92 represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Palegoldenrod. Its digital footprint relies on 211 parts red, 204 parts green, and 146 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 3% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3CC92
RGB211, 204, 146
HSL53.5°, 42.5%, 70.0%
CMYK0%, 3%, 31%, 17%
HSV53.5°, 30.8%, 82.7%
LAB81.4, -6.4, 29.8
XYZ53.6, 59.1, 35.8
Decimal13880466
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.82:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3CC92;
}
.text-color {
color: #D3CC92;
}
.border-color {
border: 2px solid #D3CC92;
}