Shades of Sunflower #D7BC20
Tints of Sunflower #D7BC20
RGB
CMYK
RGB Variations
Color information
#D7BC20 (or 0xD7BC20) is known color: Sunflower. HEX triplet: D7, BC and 20. RGB value is (215,188,32). Sum of RGB (Red+Green+Blue) = 215+188+32=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BC20 is #2843DF. Grayscale: #B2B2B2. Windows color (decimal): -2638816 or 2145495. OLE color: 2145495.
HSL color Cylindrical-coordinate representation of color #D7BC20: hue angle of 51.15º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D7BC20 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 188 | 32 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.16 |
| HSL | 51.15º | 0.74% | 0.48% | - |
| HSV(B) | 51.15º | 0.85% | 0.84% | - |
| XYZ | 46.27 | 50.52 | 8.68 | - |
| YUV | 178.29 | 45.45 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 188 | 32 | 0 | 0.13 | 0.85 | 0.16 | 51.15 | 0.74 | 0.48 |
| Hex | D7 | BC | 20 | 0 | D | 55 | 10 | 33 | 4A | 30 |
| Octal | 327 | 274 | 40 | 0 | 15 | 125 | 20 | 63 | 112 | 60 |
| Binary | 11010111 | 10111100 | 100000 | 0 | 1101 | 1010101 | 10000 | 110011 | 1001010 | 110000 |
Color Harmonies of #D7BC20
Complementary color
Monochromatic Colors of #D7BC20
Black with #D7BC20
Text Example
Text Example
White with #D7BC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BC20; }
p { color: rgb(215,188,32); }
H1.HeaderClassName
{
color: #D7BC20;
}
.AnyTagClassName
{
color: #D7BC20;
}
</style>
background-color css
<style>
a { background-color: #D7BC20; }
a { background-color: rgb(215,188,32); }
div.DivClassName
{
background-color: #D7BC20;
}
.BgClassName
{
background-color: #D7BC20;
}
</style>
border-color css
<style>
span { border-color: #D7BC20; }
span { border-color: rgb(215,188,32); }
td.TdClassName
{
border-color: #D7BC20;
}
.TagClassName
{
border-color: #D7BC20;
}
</style>