Shades of Sunflower #D7B010
Tints of Sunflower #D7B010
RGB
CMYK
RGB Variations
Color information
#D7B010 (or 0xD7B010) is known color: Sunflower. HEX triplet: D7, B0 and 10. RGB value is (215,176,16). Sum of RGB (Red+Green+Blue) = 215+176+16=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7B010 is #284FEF. Grayscale: #AAAAAA. Windows color (decimal): -2641904 or 1093847. OLE color: 1093847.
HSL color Cylindrical-coordinate representation of color #D7B010: hue angle of 48.24º 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 #D7B010 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 16 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.16 |
| HSL | 48.24º | 0.86% | 0.45% | - |
| HSV(B) | 48.24º | 0.93% | 0.84% | - |
| XYZ | 43.64 | 45.54 | 6.98 | - |
| YUV | 169.42 | 41.42 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 16 | 0 | 0.18 | 0.93 | 0.16 | 48.24 | 0.86 | 0.45 |
| Hex | D7 | B0 | 10 | 0 | 12 | 5D | 10 | 30 | 56 | 2D |
| Octal | 327 | 260 | 20 | 0 | 22 | 135 | 20 | 60 | 126 | 55 |
| Binary | 11010111 | 10110000 | 10000 | 0 | 10010 | 1011101 | 10000 | 110000 | 1010110 | 101101 |
Color Harmonies of #D7B010
Complementary color
Monochromatic Colors of #D7B010
Black with #D7B010
Text Example
Text Example
White with #D7B010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B010; }
p { color: rgb(215,176,16); }
H1.HeaderClassName
{
color: #D7B010;
}
.AnyTagClassName
{
color: #D7B010;
}
</style>
background-color css
<style>
a { background-color: #D7B010; }
a { background-color: rgb(215,176,16); }
div.DivClassName
{
background-color: #D7B010;
}
.BgClassName
{
background-color: #D7B010;
}
</style>
border-color css
<style>
span { border-color: #D7B010; }
span { border-color: rgb(215,176,16); }
td.TdClassName
{
border-color: #D7B010;
}
.TagClassName
{
border-color: #D7B010;
}
</style>