#DBB633
A medium, moderate yellow closely aligning with Goldenrod.
About #DBB633
The hex code #DBB633 represents a beautifully specific shade of yellow. Designers often compare it to the standard color Goldenrod. In the RGB color space, it consists of 219 red, 182 green, and 51 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 17% M, 77% Y, and 14% K. With a hue angle of 46.8 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DBB633
RGB219, 182, 51
HSL46.8°, 70.0%, 52.9%
CMYK0%, 17%, 77%, 14%
HSV46.8°, 76.7%, 85.9%
LAB75.3, 0.6, 66.9
XYZ46.5, 48.8, 10.1
Decimal14399027
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.95:1
Text on #FFFFFF
FAIL
10.75:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBB633;
}
.text-color {
color: #DBB633;
}
.border-color {
border: 2px solid #DBB633;
}