Shades of Sunflower #D7B60C
Tints of Sunflower #D7B60C
RGB
CMYK
RGB Variations
Color information
#D7B60C (or 0xD7B60C) is known color: Sunflower. HEX triplet: D7, B6 and 0C. RGB value is (215,182,12). Sum of RGB (Red+Green+Blue) = 215+182+12=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B60C is #2849F3. Grayscale: #ADADAD. Windows color (decimal): -2640372 or 833239. OLE color: 833239.
HSL color Cylindrical-coordinate representation of color #D7B60C: hue angle of 50.25º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7B60C is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 182 | 12 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.16 |
| HSL | 50.25º | 0.89% | 0.45% | - |
| HSV(B) | 50.25º | 0.94% | 0.84% | - |
| XYZ | 44.82 | 47.93 | 7.24 | - |
| YUV | 172.49 | 37.43 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 182 | 12 | 0 | 0.15 | 0.94 | 0.16 | 50.25 | 0.89 | 0.45 |
| Hex | D7 | B6 | C | 0 | F | 5E | 10 | 32 | 59 | 2D |
| Octal | 327 | 266 | 14 | 0 | 17 | 136 | 20 | 62 | 131 | 55 |
| Binary | 11010111 | 10110110 | 1100 | 0 | 1111 | 1011110 | 10000 | 110010 | 1011001 | 101101 |
Color Harmonies of #D7B60C
Complementary color
Monochromatic Colors of #D7B60C
Black with #D7B60C
Text Example
Text Example
White with #D7B60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B60C; }
p { color: rgb(215,182,12); }
H1.HeaderClassName
{
color: #D7B60C;
}
.AnyTagClassName
{
color: #D7B60C;
}
</style>
background-color css
<style>
a { background-color: #D7B60C; }
a { background-color: rgb(215,182,12); }
div.DivClassName
{
background-color: #D7B60C;
}
.BgClassName
{
background-color: #D7B60C;
}
</style>
border-color css
<style>
span { border-color: #D7B60C; }
span { border-color: rgb(215,182,12); }
td.TdClassName
{
border-color: #D7B60C;
}
.TagClassName
{
border-color: #D7B60C;
}
</style>