Shades of Sunflower #D6BB10
Tints of Sunflower #D6BB10
RGB
CMYK
RGB Variations
Color information
#D6BB10 (or 0xD6BB10) is known color: Sunflower. HEX triplet: D6, BB and 10. RGB value is (214,187,16). Sum of RGB (Red+Green+Blue) = 214+187+16=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BB10 is #2944EF. Grayscale: #B0B0B0. Windows color (decimal): -2704624 or 1096662. OLE color: 1096662.
HSL color Cylindrical-coordinate representation of color #D6BB10: hue angle of 51.82º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6BB10 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 16 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.16 |
| HSL | 51.82º | 0.86% | 0.45% | - |
| HSV(B) | 51.82º | 0.93% | 0.84% | - |
| XYZ | 45.6 | 49.87 | 7.71 | - |
| YUV | 175.58 | 37.95 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 16 | 0 | 0.13 | 0.93 | 0.16 | 51.82 | 0.86 | 0.45 |
| Hex | D6 | BB | 10 | 0 | D | 5D | 10 | 34 | 56 | 2D |
| Octal | 326 | 273 | 20 | 0 | 15 | 135 | 20 | 64 | 126 | 55 |
| Binary | 11010110 | 10111011 | 10000 | 0 | 1101 | 1011101 | 10000 | 110100 | 1010110 | 101101 |
Color Harmonies of #D6BB10
Complementary color
Monochromatic Colors of #D6BB10
Black with #D6BB10
Text Example
Text Example
White with #D6BB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BB10; }
p { color: rgb(214,187,16); }
H1.HeaderClassName
{
color: #D6BB10;
}
.AnyTagClassName
{
color: #D6BB10;
}
</style>
background-color css
<style>
a { background-color: #D6BB10; }
a { background-color: rgb(214,187,16); }
div.DivClassName
{
background-color: #D6BB10;
}
.BgClassName
{
background-color: #D6BB10;
}
</style>
border-color css
<style>
span { border-color: #D6BB10; }
span { border-color: rgb(214,187,16); }
td.TdClassName
{
border-color: #D6BB10;
}
.TagClassName
{
border-color: #D6BB10;
}
</style>