Shades of Sunflower #D7BA21
Tints of Sunflower #D7BA21
RGB
CMYK
RGB Variations
Color information
#D7BA21 (or 0xD7BA21) is known color: Sunflower. HEX triplet: D7, BA and 21. RGB value is (215,186,33). Sum of RGB (Red+Green+Blue) = 215+186+33=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BA21 is #2845DE. Grayscale: #B1B1B1. Windows color (decimal): -2639327 or 2210519. OLE color: 2210519.
HSL color Cylindrical-coordinate representation of color #D7BA21: hue angle of 50.44º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D7BA21 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 33 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.16 |
| HSL | 50.44º | 0.73% | 0.49% | - |
| HSV(B) | 50.44º | 0.85% | 0.84% | - |
| XYZ | 45.86 | 49.67 | 8.61 | - |
| YUV | 177.23 | 46.61 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 33 | 0 | 0.13 | 0.85 | 0.16 | 50.44 | 0.73 | 0.49 |
| Hex | D7 | BA | 21 | 0 | D | 55 | 10 | 32 | 49 | 31 |
| Octal | 327 | 272 | 41 | 0 | 15 | 125 | 20 | 62 | 111 | 61 |
| Binary | 11010111 | 10111010 | 100001 | 0 | 1101 | 1010101 | 10000 | 110010 | 1001001 | 110001 |
Color Harmonies of #D7BA21
Complementary color
Monochromatic Colors of #D7BA21
Black with #D7BA21
Text Example
Text Example
White with #D7BA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA21; }
p { color: rgb(215,186,33); }
H1.HeaderClassName
{
color: #D7BA21;
}
.AnyTagClassName
{
color: #D7BA21;
}
</style>
background-color css
<style>
a { background-color: #D7BA21; }
a { background-color: rgb(215,186,33); }
div.DivClassName
{
background-color: #D7BA21;
}
.BgClassName
{
background-color: #D7BA21;
}
</style>
border-color css
<style>
span { border-color: #D7BA21; }
span { border-color: rgb(215,186,33); }
td.TdClassName
{
border-color: #D7BA21;
}
.TagClassName
{
border-color: #D7BA21;
}
</style>