#DBCC0F
A medium, vivid yellow closely aligning with Gold.
About #DBCC0F
When working with digital screens, the color #DBCC0F is rendered by mixing light. Its closest recognized web color is Gold. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 204, and 15.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 7% magenta, 93% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DBCC0F
RGB219, 204, 15
HSL55.6°, 87.2%, 45.9%
CMYK0%, 7%, 93%, 14%
HSV55.6°, 93.2%, 85.9%
LAB80.9, -11.6, 79.9
XYZ50.9, 58.3, 9.0
Decimal14404623
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.66:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBCC0F;
}
.text-color {
color: #DBCC0F;
}
.border-color {
border: 2px solid #DBCC0F;
}