#DBBD50
A medium, moderate yellow closely aligning with Goldenrod.
About #DBBD50
The hex code #DBBD50 represents a beautifully specific shade of yellow. Designers often compare it to the standard color Goldenrod. This translates to an RGB value of rgb(219, 189, 80).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 14% Magenta, 63% Yellow, and 14% Black. The HSL representation is 47.1° hue, 65.9% saturation, and 58.6% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBBD50
RGB219, 189, 80
HSL47.1°, 65.9%, 58.6%
CMYK0%, 14%, 63%, 14%
HSV47.1°, 63.5%, 85.9%
LAB77.3, -1.6, 57.4
XYZ48.9, 52.0, 15.1
Decimal14400848
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.41:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBBD50;
}
.text-color {
color: #DBBD50;
}
.border-color {
border: 2px solid #DBBD50;
}