Shades of Sunflower #D2BA24
Tints of Sunflower #D2BA24
RGB
CMYK
RGB Variations
Color information
#D2BA24 (or 0xD2BA24) is known color: Sunflower. HEX triplet: D2, BA and 24. RGB value is (210,186,36). Sum of RGB (Red+Green+Blue) = 210+186+36=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 36 (14.45% from 255 or 8.33% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BA24 is #2D45DB. Grayscale: #B0B0B0. Windows color (decimal): -2967004 or 2407122. OLE color: 2407122.
HSL color Cylindrical-coordinate representation of color #D2BA24: hue angle of 51.72º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2BA24 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 36 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.18 |
| HSL | 51.72º | 0.71% | 0.48% | - |
| HSV(B) | 51.72º | 0.83% | 0.82% | - |
| XYZ | 44.46 | 48.95 | 8.77 | - |
| YUV | 176.08 | 48.95 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 36 | 0 | 0.11 | 0.83 | 0.18 | 51.72 | 0.71 | 0.48 |
| Hex | D2 | BA | 24 | 0 | B | 53 | 12 | 34 | 47 | 30 |
| Octal | 322 | 272 | 44 | 0 | 13 | 123 | 22 | 64 | 107 | 60 |
| Binary | 11010010 | 10111010 | 100100 | 0 | 1011 | 1010011 | 10010 | 110100 | 1000111 | 110000 |
Color Harmonies of #D2BA24
Complementary color
Monochromatic Colors of #D2BA24
Black with #D2BA24
Text Example
Text Example
White with #D2BA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA24; }
p { color: rgb(210,186,36); }
H1.HeaderClassName
{
color: #D2BA24;
}
.AnyTagClassName
{
color: #D2BA24;
}
</style>
background-color css
<style>
a { background-color: #D2BA24; }
a { background-color: rgb(210,186,36); }
div.DivClassName
{
background-color: #D2BA24;
}
.BgClassName
{
background-color: #D2BA24;
}
</style>
border-color css
<style>
span { border-color: #D2BA24; }
span { border-color: rgb(210,186,36); }
td.TdClassName
{
border-color: #D2BA24;
}
.TagClassName
{
border-color: #D2BA24;
}
</style>