Shades of Sunflower #D6B108
Tints of Sunflower #D6B108
RGB
CMYK
RGB Variations
Color information
#D6B108 (or 0xD6B108) is known color: Sunflower. HEX triplet: D6, B1 and 08. RGB value is (214,177,8). Sum of RGB (Red+Green+Blue) = 214+177+8=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B108 is #294EF7. Grayscale: #A9A9A9. Windows color (decimal): -2707192 or 569814. OLE color: 569814.
HSL color Cylindrical-coordinate representation of color #D6B108: hue angle of 49.22º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6B108 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 177 | 8 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.16 |
| HSL | 49.22º | 0.93% | 0.44% | - |
| HSV(B) | 49.22º | 0.96% | 0.84% | - |
| XYZ | 43.5 | 45.76 | 6.77 | - |
| YUV | 168.8 | 37.26 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 8 | 0 | 0.17 | 0.96 | 0.16 | 49.22 | 0.93 | 0.44 |
| Hex | D6 | B1 | 8 | 0 | 11 | 60 | 10 | 31 | 5D | 2C |
| Octal | 326 | 261 | 10 | 0 | 21 | 140 | 20 | 61 | 135 | 54 |
| Binary | 11010110 | 10110001 | 1000 | 0 | 10001 | 1100000 | 10000 | 110001 | 1011101 | 101100 |
Color Harmonies of #D6B108
Complementary color
Monochromatic Colors of #D6B108
Black with #D6B108
Text Example
Text Example
White with #D6B108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B108; }
p { color: rgb(214,177,8); }
H1.HeaderClassName
{
color: #D6B108;
}
.AnyTagClassName
{
color: #D6B108;
}
</style>
background-color css
<style>
a { background-color: #D6B108; }
a { background-color: rgb(214,177,8); }
div.DivClassName
{
background-color: #D6B108;
}
.BgClassName
{
background-color: #D6B108;
}
</style>
border-color css
<style>
span { border-color: #D6B108; }
span { border-color: rgb(214,177,8); }
td.TdClassName
{
border-color: #D6B108;
}
.TagClassName
{
border-color: #D6B108;
}
</style>