Shades of Sunflower #DABA24
Tints of Sunflower #DABA24
RGB
CMYK
RGB Variations
Color information
#DABA24 (or 0xDABA24) is known color: Sunflower. HEX triplet: DA, BA and 24. RGB value is (218,186,36). Sum of RGB (Red+Green+Blue) = 218+186+36=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 36 (14.45% from 255 or 8.18% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA24 is #2545DB. Grayscale: #B3B3B3. Windows color (decimal): -2442716 or 2407130. OLE color: 2407130.
HSL color Cylindrical-coordinate representation of color #DABA24: hue angle of 49.45º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DABA24 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 36 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.15 |
| HSL | 49.45º | 0.72% | 0.5% | - |
| HSV(B) | 49.45º | 0.83% | 0.85% | - |
| XYZ | 46.79 | 50.15 | 8.88 | - |
| YUV | 178.47 | 47.6 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 36 | 0 | 0.15 | 0.83 | 0.15 | 49.45 | 0.72 | 0.5 |
| Hex | DA | BA | 24 | 0 | F | 53 | F | 31 | 48 | 32 |
| Octal | 332 | 272 | 44 | 0 | 17 | 123 | 17 | 61 | 110 | 62 |
| Binary | 11011010 | 10111010 | 100100 | 0 | 1111 | 1010011 | 1111 | 110001 | 1001000 | 110010 |
Color Harmonies of #DABA24
Complementary color
Monochromatic Colors of #DABA24
Black with #DABA24
Text Example
Text Example
White with #DABA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA24; }
p { color: rgb(218,186,36); }
H1.HeaderClassName
{
color: #DABA24;
}
.AnyTagClassName
{
color: #DABA24;
}
</style>
background-color css
<style>
a { background-color: #DABA24; }
a { background-color: rgb(218,186,36); }
div.DivClassName
{
background-color: #DABA24;
}
.BgClassName
{
background-color: #DABA24;
}
</style>
border-color css
<style>
span { border-color: #DABA24; }
span { border-color: rgb(218,186,36); }
td.TdClassName
{
border-color: #DABA24;
}
.TagClassName
{
border-color: #DABA24;
}
</style>