#DBCC42
A medium, moderate yellow closely aligning with Goldenrod.
About #DBCC42
When working with digital screens, the color #DBCC42 is rendered by mixing light. Designers often compare it to the standard color Goldenrod. Its digital footprint relies on 219 parts red, 204 parts green, and 66 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 7% magenta, 70% yellow, and 14% black. The HSL representation is 54.1° hue, 68.0% saturation, and 55.9% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBCC42
RGB219, 204, 66
HSL54.1°, 68.0%, 55.9%
CMYK0%, 7%, 70%, 14%
HSV54.1°, 69.9%, 85.9%
LAB81.1, -10.1, 67.1
XYZ51.8, 58.6, 13.7
Decimal14404674
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.73:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBCC42;
}
.text-color {
color: #DBCC42;
}
.border-color {
border: 2px solid #DBCC42;
}