#BDA016
A medium, vivid yellow closely aligning with Goldenrod.
About #BDA016
At its core, #BDA016 is a medium and vivid hue. Designers often compare it to the standard color Goldenrod. This translates to an RGB value of rgb(189, 160, 22).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 15% Magenta, 88% Yellow, and 26% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#BDA016
RGB189, 160, 22
HSL49.6°, 79.1%, 41.4%
CMYK0%, 15%, 88%, 26%
HSV49.6°, 88.4%, 74.1%
LAB66.5, -1.9, 66.5
XYZ33.7, 36.0, 5.9
Decimal12427286
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.56:1
Text on #FFFFFF
FAIL
8.20:1
Text on #000000
AAA
2.45:1
Text on #F8FAFC
FAIL
6.97:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BDA016;
}
.text-color {
color: #BDA016;
}
.border-color {
border: 2px solid #BDA016;
}