#D3D324
A medium, vivid yellow closely aligning with Gold.
About #D3D324
At its core, #D3D324 is a medium and vivid hue. Designers often compare it to the standard color Gold. In the RGB color space, it consists of 211 red, 211 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 0% magenta, 83% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3D324
RGB211, 211, 36
HSL60.0°, 70.9%, 48.4%
CMYK0%, 0%, 83%, 17%
HSV60.0°, 82.9%, 82.7%
LAB82.1, -18.1, 76.9
XYZ50.5, 60.6, 10.7
Decimal13882148
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.11:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3D324;
}
.text-color {
color: #D3D324;
}
.border-color {
border: 2px solid #D3D324;
}