#D3CC24
A medium, vivid yellow closely aligning with Gold.
About #D3CC24
When working with digital screens, the color #D3CC24 is rendered by mixing light. Its closest recognized web color is Gold. In the RGB color space, it consists of 211 red, 204 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 3% magenta, 83% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium 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#D3CC24
RGB211, 204, 36
HSL57.6°, 70.9%, 48.4%
CMYK0%, 3%, 83%, 17%
HSV57.6°, 82.9%, 82.7%
LAB80.3, -14.7, 75.4
XYZ48.8, 57.2, 10.1
Decimal13880356
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.43:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3CC24;
}
.text-color {
color: #D3CC24;
}
.border-color {
border: 2px solid #D3CC24;
}