Shades of Sunflower #D1BA22
Tints of Sunflower #D1BA22
RGB
CMYK
RGB Variations
Color information
#D1BA22 (or 0xD1BA22) is known color: Sunflower. HEX triplet: D1, BA and 22. RGB value is (209,186,34). Sum of RGB (Red+Green+Blue) = 209+186+34=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 34 (13.67% from 255 or 7.93% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA22 is #2E45DD. Grayscale: #B0B0B0. Windows color (decimal): -3032542 or 2276049. OLE color: 2276049.
HSL color Cylindrical-coordinate representation of color #D1BA22: hue angle of 52.11º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1BA22 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 34 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.18 |
| HSL | 52.11º | 0.72% | 0.48% | - |
| HSV(B) | 52.11º | 0.84% | 0.82% | - |
| XYZ | 44.14 | 48.79 | 8.6 | - |
| YUV | 175.55 | 48.12 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 34 | 0 | 0.11 | 0.84 | 0.18 | 52.11 | 0.72 | 0.48 |
| Hex | D1 | BA | 22 | 0 | B | 54 | 12 | 34 | 48 | 30 |
| Octal | 321 | 272 | 42 | 0 | 13 | 124 | 22 | 64 | 110 | 60 |
| Binary | 11010001 | 10111010 | 100010 | 0 | 1011 | 1010100 | 10010 | 110100 | 1001000 | 110000 |
Color Harmonies of #D1BA22
Complementary color
Monochromatic Colors of #D1BA22
Black with #D1BA22
Text Example
Text Example
White with #D1BA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA22; }
p { color: rgb(209,186,34); }
H1.HeaderClassName
{
color: #D1BA22;
}
.AnyTagClassName
{
color: #D1BA22;
}
</style>
background-color css
<style>
a { background-color: #D1BA22; }
a { background-color: rgb(209,186,34); }
div.DivClassName
{
background-color: #D1BA22;
}
.BgClassName
{
background-color: #D1BA22;
}
</style>
border-color css
<style>
span { border-color: #D1BA22; }
span { border-color: rgb(209,186,34); }
td.TdClassName
{
border-color: #D1BA22;
}
.TagClassName
{
border-color: #D1BA22;
}
</style>