Shades of Sunflower #D7B110
Tints of Sunflower #D7B110
RGB
CMYK
RGB Variations
Color information
#D7B110 (or 0xD7B110) is known color: Sunflower. HEX triplet: D7, B1 and 10. RGB value is (215,177,16). Sum of RGB (Red+Green+Blue) = 215+177+16=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7B110 is #284EEF. Grayscale: #AAAAAA. Windows color (decimal): -2641648 or 1094103. OLE color: 1094103.
HSL color Cylindrical-coordinate representation of color #D7B110: hue angle of 48.54º 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 #D7B110 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 177 | 16 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.16 |
| HSL | 48.54º | 0.86% | 0.45% | - |
| HSV(B) | 48.54º | 0.93% | 0.84% | - |
| XYZ | 43.84 | 45.93 | 7.04 | - |
| YUV | 170.01 | 41.09 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 177 | 16 | 0 | 0.18 | 0.93 | 0.16 | 48.54 | 0.86 | 0.45 |
| Hex | D7 | B1 | 10 | 0 | 12 | 5D | 10 | 31 | 56 | 2D |
| Octal | 327 | 261 | 20 | 0 | 22 | 135 | 20 | 61 | 126 | 55 |
| Binary | 11010111 | 10110001 | 10000 | 0 | 10010 | 1011101 | 10000 | 110001 | 1010110 | 101101 |
Color Harmonies of #D7B110
Complementary color
Monochromatic Colors of #D7B110
Black with #D7B110
Text Example
Text Example
White with #D7B110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B110; }
p { color: rgb(215,177,16); }
H1.HeaderClassName
{
color: #D7B110;
}
.AnyTagClassName
{
color: #D7B110;
}
</style>
background-color css
<style>
a { background-color: #D7B110; }
a { background-color: rgb(215,177,16); }
div.DivClassName
{
background-color: #D7B110;
}
.BgClassName
{
background-color: #D7B110;
}
</style>
border-color css
<style>
span { border-color: #D7B110; }
span { border-color: rgb(215,177,16); }
td.TdClassName
{
border-color: #D7B110;
}
.TagClassName
{
border-color: #D7B110;
}
</style>