#FFDB0F
A medium, vivid yellow closely aligning with Gold.
About #FFDB0F
Visually, #FFDB0F is defined as a vivid yellow. Designers often compare it to the standard color Gold. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 219, and 15.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 14% magenta, 94% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFDB0F
RGB255, 219, 15
HSL51.0°, 100.0%, 52.9%
CMYK0%, 14%, 94%, 0%
HSV51.0°, 94.1%, 100.0%
LAB87.9, -3.8, 86.6
XYZ66.7, 72.0, 10.8
Decimal16767759
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.39:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFDB0F;
}
.text-color {
color: #FFDB0F;
}
.border-color {
border: 2px solid #FFDB0F;
}