#DBB63A
A medium, moderate yellow closely aligning with Goldenrod.
About #DBB63A
The precise color #DBB63A is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Goldenrod. In the RGB color space, it consists of 219 red, 182 green, and 58 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 17% magenta inks. With a hue angle of 46.2 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBB63A
RGB219, 182, 58
HSL46.2°, 69.1%, 54.3%
CMYK0%, 17%, 74%, 14%
HSV46.2°, 73.5%, 85.9%
LAB75.3, 0.9, 64.4
XYZ46.7, 48.8, 11.0
Decimal14399034
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.95:1
Text on #FFFFFF
FAIL
10.76:1
Text on #000000
AAA
1.86:1
Text on #F8FAFC
FAIL
9.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBB63A;
}
.text-color {
color: #DBB63A;
}
.border-color {
border: 2px solid #DBB63A;
}