Shades of Sunflower #D7BA20
Tints of Sunflower #D7BA20
RGB
CMYK
RGB Variations
Color information
#D7BA20 (or 0xD7BA20) is known color: Sunflower. HEX triplet: D7, BA and 20. RGB value is (215,186,32). Sum of RGB (Red+Green+Blue) = 215+186+32=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BA20 is #2845DF. Grayscale: #B1B1B1. Windows color (decimal): -2639328 or 2144983. OLE color: 2144983.
HSL color Cylindrical-coordinate representation of color #D7BA20: hue angle of 50.49º 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 #D7BA20 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 32 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.16 |
| HSL | 50.49º | 0.74% | 0.48% | - |
| HSV(B) | 50.49º | 0.85% | 0.84% | - |
| XYZ | 45.84 | 49.67 | 8.54 | - |
| YUV | 177.12 | 46.11 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 32 | 0 | 0.13 | 0.85 | 0.16 | 50.49 | 0.74 | 0.48 |
| Hex | D7 | BA | 20 | 0 | D | 55 | 10 | 32 | 4A | 30 |
| Octal | 327 | 272 | 40 | 0 | 15 | 125 | 20 | 62 | 112 | 60 |
| Binary | 11010111 | 10111010 | 100000 | 0 | 1101 | 1010101 | 10000 | 110010 | 1001010 | 110000 |
Color Harmonies of #D7BA20
Complementary color
Monochromatic Colors of #D7BA20
Black with #D7BA20
Text Example
Text Example
White with #D7BA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA20; }
p { color: rgb(215,186,32); }
H1.HeaderClassName
{
color: #D7BA20;
}
.AnyTagClassName
{
color: #D7BA20;
}
</style>
background-color css
<style>
a { background-color: #D7BA20; }
a { background-color: rgb(215,186,32); }
div.DivClassName
{
background-color: #D7BA20;
}
.BgClassName
{
background-color: #D7BA20;
}
</style>
border-color css
<style>
span { border-color: #D7BA20; }
span { border-color: rgb(215,186,32); }
td.TdClassName
{
border-color: #D7BA20;
}
.TagClassName
{
border-color: #D7BA20;
}
</style>