#DBBD0F
A medium, vivid yellow closely aligning with Gold.
About #DBBD0F
Visually, #DBBD0F is defined as a vivid yellow. Its closest recognized web color is Gold. This translates to an RGB value of rgb(219, 189, 15).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 14% magenta, 93% yellow, and 14% black. The HSL representation is 51.2° hue, 87.2% saturation, and 45.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#DBBD0F
RGB219, 189, 15
HSL51.2°, 87.2%, 45.9%
CMYK0%, 14%, 93%, 14%
HSV51.2°, 93.2%, 85.9%
LAB77.0, -4.0, 76.9
XYZ47.5, 51.5, 7.9
Decimal14400783
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.30:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBBD0F;
}
.text-color {
color: #DBBD0F;
}
.border-color {
border: 2px solid #DBBD0F;
}