Shades of Sunflower #D7B116
Tints of Sunflower #D7B116
RGB
CMYK
RGB Variations
Color information
#D7B116 (or 0xD7B116) is known color: Sunflower. HEX triplet: D7, B1 and 16. RGB value is (215,177,22). Sum of RGB (Red+Green+Blue) = 215+177+22=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7B116 is #284EE9. Grayscale: #ABABAB. Windows color (decimal): -2641642 or 1487319. OLE color: 1487319.
HSL color Cylindrical-coordinate representation of color #D7B116: hue angle of 48.19º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7B116 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 177 | 22 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.16 |
| HSL | 48.19º | 0.81% | 0.46% | - |
| HSV(B) | 48.19º | 0.9% | 0.84% | - |
| XYZ | 43.89 | 45.95 | 7.31 | - |
| YUV | 170.69 | 44.09 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 177 | 22 | 0 | 0.18 | 0.90 | 0.16 | 48.19 | 0.81 | 0.46 |
| Hex | D7 | B1 | 16 | 0 | 12 | 5A | 10 | 30 | 51 | 2E |
| Octal | 327 | 261 | 26 | 0 | 22 | 132 | 20 | 60 | 121 | 56 |
| Binary | 11010111 | 10110001 | 10110 | 0 | 10010 | 1011010 | 10000 | 110000 | 1010001 | 101110 |
Color Harmonies of #D7B116
Complementary color
Monochromatic Colors of #D7B116
Black with #D7B116
Text Example
Text Example
White with #D7B116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B116; }
p { color: rgb(215,177,22); }
H1.HeaderClassName
{
color: #D7B116;
}
.AnyTagClassName
{
color: #D7B116;
}
</style>
background-color css
<style>
a { background-color: #D7B116; }
a { background-color: rgb(215,177,22); }
div.DivClassName
{
background-color: #D7B116;
}
.BgClassName
{
background-color: #D7B116;
}
</style>
border-color css
<style>
span { border-color: #D7B116; }
span { border-color: rgb(215,177,22); }
td.TdClassName
{
border-color: #D7B116;
}
.TagClassName
{
border-color: #D7B116;
}
</style>