#DBDB1D
A medium, vivid yellow closely aligning with Gold.
About #DBDB1D
Visually, #DBDB1D is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Gold. In the RGB color space, it consists of 219 red, 219 green, and 29 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 0% magenta, 87% yellow, and 14% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DBDB1D
RGB219, 219, 29
HSL60.0°, 76.6%, 48.6%
CMYK0%, 0%, 87%, 14%
HSV60.0°, 86.8%, 85.9%
LAB84.9, -18.8, 80.9
XYZ54.8, 65.8, 11.0
Decimal14408477
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.16:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBDB1D;
}
.text-color {
color: #DBDB1D;
}
.border-color {
border: 2px solid #DBDB1D;
}