#DBDB24
A medium, vivid yellow closely aligning with Gold.
About #DBDB24
When working with digital screens, the color #DBDB24 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Gold. This translates to an RGB value of rgb(219, 219, 36).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 0% magenta, 84% yellow, and 14% black. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBDB24
RGB219, 219, 36
HSL60.0°, 71.8%, 50.0%
CMYK0%, 0%, 84%, 14%
HSV60.0°, 83.6%, 85.9%
LAB84.9, -18.7, 79.5
XYZ54.9, 65.9, 11.5
Decimal14408484
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.17:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBDB24;
}
.text-color {
color: #DBDB24;
}
.border-color {
border: 2px solid #DBDB24;
}