#DBD324
A medium, vivid yellow closely aligning with Gold.
About #DBD324
The hex code #DBD324 represents a beautifully specific shade of yellow. Its closest recognized web color is Gold. In the RGB color space, it consists of 219 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, 4% magenta, 84% yellow, and 14% black. With a hue angle of 57.4 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBD324
RGB219, 211, 36
HSL57.4°, 71.8%, 50.0%
CMYK0%, 4%, 84%, 14%
HSV57.4°, 83.6%, 85.9%
LAB82.8, -14.7, 77.7
XYZ52.8, 61.8, 10.8
Decimal14406436
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.36:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBD324;
}
.text-color {
color: #DBD324;
}
.border-color {
border: 2px solid #DBD324;
}