#DBBD33
A medium, moderate yellow closely aligning with Goldenrod.
About #DBBD33
At its core, #DBBD33 is a medium and moderate hue. Its closest recognized web color is Goldenrod. This translates to an RGB value of rgb(219, 189, 51).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 14% magenta inks. With a hue angle of 49.3 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#DBBD33
RGB219, 189, 51
HSL49.3°, 70.0%, 52.9%
CMYK0%, 14%, 77%, 14%
HSV49.3°, 76.7%, 85.9%
LAB77.1, -3.1, 68.6
XYZ48.0, 51.7, 10.6
Decimal14400819
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.85:1
Text on #FFFFFF
FAIL
11.34:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBBD33;
}
.text-color {
color: #DBBD33;
}
.border-color {
border: 2px solid #DBBD33;
}