Shades of Sunflower #D7BA22
Tints of Sunflower #D7BA22
RGB
CMYK
RGB Variations
Color information
#D7BA22 (or 0xD7BA22) is known color: Sunflower. HEX triplet: D7, BA and 22. RGB value is (215,186,34). Sum of RGB (Red+Green+Blue) = 215+186+34=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 34 (13.67% from 255 or 7.82% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BA22 is #2845DD. Grayscale: #B1B1B1. Windows color (decimal): -2639326 or 2276055. OLE color: 2276055.
HSL color Cylindrical-coordinate representation of color #D7BA22: hue angle of 50.39º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D7BA22 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 34 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.16 |
| HSL | 50.39º | 0.73% | 0.49% | - |
| HSV(B) | 50.39º | 0.84% | 0.84% | - |
| XYZ | 45.87 | 49.68 | 8.68 | - |
| YUV | 177.34 | 47.11 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 34 | 0 | 0.13 | 0.84 | 0.16 | 50.39 | 0.73 | 0.49 |
| Hex | D7 | BA | 22 | 0 | D | 54 | 10 | 32 | 49 | 31 |
| Octal | 327 | 272 | 42 | 0 | 15 | 124 | 20 | 62 | 111 | 61 |
| Binary | 11010111 | 10111010 | 100010 | 0 | 1101 | 1010100 | 10000 | 110010 | 1001001 | 110001 |
Color Harmonies of #D7BA22
Complementary color
Monochromatic Colors of #D7BA22
Black with #D7BA22
Text Example
Text Example
White with #D7BA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA22; }
p { color: rgb(215,186,34); }
H1.HeaderClassName
{
color: #D7BA22;
}
.AnyTagClassName
{
color: #D7BA22;
}
</style>
background-color css
<style>
a { background-color: #D7BA22; }
a { background-color: rgb(215,186,34); }
div.DivClassName
{
background-color: #D7BA22;
}
.BgClassName
{
background-color: #D7BA22;
}
</style>
border-color css
<style>
span { border-color: #D7BA22; }
span { border-color: rgb(215,186,34); }
td.TdClassName
{
border-color: #D7BA22;
}
.TagClassName
{
border-color: #D7BA22;
}
</style>