Shades of Sunflower #D8BB11
Tints of Sunflower #D8BB11
RGB
CMYK
RGB Variations
Color information
#D8BB11 (or 0xD8BB11) is known color: Sunflower. HEX triplet: D8, BB and 11. RGB value is (216,187,17). Sum of RGB (Red+Green+Blue) = 216+187+17=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BB11 is #2744EE. Grayscale: #B1B1B1. Windows color (decimal): -2573551 or 1162200. OLE color: 1162200.
HSL color Cylindrical-coordinate representation of color #D8BB11: hue angle of 51.26º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8BB11 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 17 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.15 |
| HSL | 51.26º | 0.85% | 0.46% | - |
| HSV(B) | 51.26º | 0.92% | 0.85% | - |
| XYZ | 46.19 | 50.18 | 7.78 | - |
| YUV | 176.29 | 38.11 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 17 | 0 | 0.13 | 0.92 | 0.15 | 51.26 | 0.85 | 0.46 |
| Hex | D8 | BB | 11 | 0 | D | 5C | F | 33 | 55 | 2E |
| Octal | 330 | 273 | 21 | 0 | 15 | 134 | 17 | 63 | 125 | 56 |
| Binary | 11011000 | 10111011 | 10001 | 0 | 1101 | 1011100 | 1111 | 110011 | 1010101 | 101110 |
Color Harmonies of #D8BB11
Complementary color
Monochromatic Colors of #D8BB11
Black with #D8BB11
Text Example
Text Example
White with #D8BB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BB11; }
p { color: rgb(216,187,17); }
H1.HeaderClassName
{
color: #D8BB11;
}
.AnyTagClassName
{
color: #D8BB11;
}
</style>
background-color css
<style>
a { background-color: #D8BB11; }
a { background-color: rgb(216,187,17); }
div.DivClassName
{
background-color: #D8BB11;
}
.BgClassName
{
background-color: #D8BB11;
}
</style>
border-color css
<style>
span { border-color: #D8BB11; }
span { border-color: rgb(216,187,17); }
td.TdClassName
{
border-color: #D8BB11;
}
.TagClassName
{
border-color: #D8BB11;
}
</style>