In the RGB color space, #D0BF11 is composed of 81.5686% red, 74.902% green, and 6.6667% blue.
In the CMYK color space, #D0BF11 is composed of 0% cyan, 8.18% magenta, 91.82% yellow, and 18.43% black,
It has a hue angle of 54.7 degrees, a saturation of 84.88%, and a lightness of 44.12%.
The closest websafe color is #CCCC00.
The hexadecimal color #D0BF11 has RGB values of R:208, G:191, B:17 and CMYK values of C:0, M:8.18, Y:91.82, K:18.43. It has a decimal value of 13680401.
Hexadecimal | #D0BF11 | #D0BF11 |
RGB Decimal | 208, 191, 17 | rgb(208, 191, 17) |
RGB Percent | 81.5686, 74.902, 6.6667 | rgb(81.5686%, 74.902%, 6.6667%) |
RGB Proportion | 0.8157, 0.749, 0.0667 | rgb(0.8157, 0.749, 0.0667) |
CMYK | 0, 8.18, 91.82, 18.43 | |
HSL | 54.7ยบ, 84.88, 44.12 | hsl(54.7, 84.88%, 44.12%) |
Websafe | CCCC00 | #CCCC00 |
XYZ | 44.744, 50.71, 7.96 | |
Yxy | 50.71, 0.433, 0.49 | |
CIE-LAB | 76.503, -9.762, 75.861 | |
CIE-LCH | 76.503, 76.487, 97.333 | |
CIE-LUV | 76.503, 17.884, 81.565 | |
Hunter-Lab | 71.211, -12.462, 43.22 |
Colors that go well with #D0BF11.
Common HTML and CSS shortcodes for #D0BF11.
<div style="color: #D0BF11;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #D0BF11;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #D0BF11;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #D0BF11 to transparent.
<div style="background: linear-gradient(#D0BF11, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #D0BF11 to transparent.
<div style="background: radial-gradient(#D0BF11, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #D0BF11 to #2F40EE.
<div style="background: linear-gradient(#D0BF11, #2F40EE);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #D0BF11 to #2F40EE.
<div style="background: radial-gradient(#D0BF11, #2F40EE);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #D0BF11; }
.background { background-color: #D0BF11; }
.border { border: 1px solid #D0BF11; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #040400 while the lightest tint is #FEFEFA.