Shades of Sunflower #D9BB16
Tints of Sunflower #D9BB16
RGB
CMYK
RGB Variations
Color information
#D9BB16 (or 0xD9BB16) is known color: Sunflower. HEX triplet: D9, BB and 16. RGB value is (217,187,22). Sum of RGB (Red+Green+Blue) = 217+187+22=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BB16 is #2644E9. Grayscale: #B1B1B1. Windows color (decimal): -2508010 or 1489881. OLE color: 1489881.
HSL color Cylindrical-coordinate representation of color #D9BB16: hue angle of 50.77º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9BB16 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 22 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.15 |
| HSL | 50.77º | 0.82% | 0.47% | - |
| HSV(B) | 50.77º | 0.9% | 0.85% | - |
| XYZ | 46.53 | 50.35 | 8.03 | - |
| YUV | 177.16 | 40.44 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 22 | 0 | 0.14 | 0.90 | 0.15 | 50.77 | 0.82 | 0.47 |
| Hex | D9 | BB | 16 | 0 | E | 5A | F | 33 | 52 | 2F |
| Octal | 331 | 273 | 26 | 0 | 16 | 132 | 17 | 63 | 122 | 57 |
| Binary | 11011001 | 10111011 | 10110 | 0 | 1110 | 1011010 | 1111 | 110011 | 1010010 | 101111 |
Color Harmonies of #D9BB16
Complementary color
Monochromatic Colors of #D9BB16
Black with #D9BB16
Text Example
Text Example
White with #D9BB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BB16; }
p { color: rgb(217,187,22); }
H1.HeaderClassName
{
color: #D9BB16;
}
.AnyTagClassName
{
color: #D9BB16;
}
</style>
background-color css
<style>
a { background-color: #D9BB16; }
a { background-color: rgb(217,187,22); }
div.DivClassName
{
background-color: #D9BB16;
}
.BgClassName
{
background-color: #D9BB16;
}
</style>
border-color css
<style>
span { border-color: #D9BB16; }
span { border-color: rgb(217,187,22); }
td.TdClassName
{
border-color: #D9BB16;
}
.TagClassName
{
border-color: #D9BB16;
}
</style>