#D3BD24
A medium, vivid yellow closely aligning with Goldenrod.
About #D3BD24
At its core, #D3BD24 is a medium and vivid hue. Designers often compare it to the standard color Goldenrod. In the RGB color space, it consists of 211 red, 189 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 10% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#D3BD24
RGB211, 189, 36
HSL52.5°, 70.9%, 48.4%
CMYK0%, 10%, 83%, 17%
HSV52.5°, 82.9%, 82.7%
LAB76.3, -7.0, 72.0
XYZ45.4, 50.4, 9.0
Decimal13876516
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.07:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3BD24;
}
.text-color {
color: #D3BD24;
}
.border-color {
border: 2px solid #D3BD24;
}