Shades of Sunflower #D7BC10
Tints of Sunflower #D7BC10
RGB
CMYK
RGB Variations
Color information
#D7BC10 (or 0xD7BC10) is known color: Sunflower. HEX triplet: D7, BC and 10. RGB value is (215,188,16). Sum of RGB (Red+Green+Blue) = 215+188+16=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BC10 is #2843EF. Grayscale: #B1B1B1. Windows color (decimal): -2638832 or 1096919. OLE color: 1096919.
HSL color Cylindrical-coordinate representation of color #D7BC10: hue angle of 51.86º 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 #D7BC10 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 188 | 16 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.16 |
| HSL | 51.86º | 0.86% | 0.45% | - |
| HSV(B) | 51.86º | 0.93% | 0.84% | - |
| XYZ | 46.1 | 50.45 | 7.8 | - |
| YUV | 176.47 | 37.45 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 188 | 16 | 0 | 0.13 | 0.93 | 0.16 | 51.86 | 0.86 | 0.45 |
| Hex | D7 | BC | 10 | 0 | D | 5D | 10 | 34 | 56 | 2D |
| Octal | 327 | 274 | 20 | 0 | 15 | 135 | 20 | 64 | 126 | 55 |
| Binary | 11010111 | 10111100 | 10000 | 0 | 1101 | 1011101 | 10000 | 110100 | 1010110 | 101101 |
Color Harmonies of #D7BC10
Complementary color
Monochromatic Colors of #D7BC10
Black with #D7BC10
Text Example
Text Example
White with #D7BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BC10; }
p { color: rgb(215,188,16); }
H1.HeaderClassName
{
color: #D7BC10;
}
.AnyTagClassName
{
color: #D7BC10;
}
</style>
background-color css
<style>
a { background-color: #D7BC10; }
a { background-color: rgb(215,188,16); }
div.DivClassName
{
background-color: #D7BC10;
}
.BgClassName
{
background-color: #D7BC10;
}
</style>
border-color css
<style>
span { border-color: #D7BC10; }
span { border-color: rgb(215,188,16); }
td.TdClassName
{
border-color: #D7BC10;
}
.TagClassName
{
border-color: #D7BC10;
}
</style>