Shades of Sunflower #DABA18
Tints of Sunflower #DABA18
RGB
CMYK
RGB Variations
Color information
#DABA18 (or 0xDABA18) is known color: Sunflower. HEX triplet: DA, BA and 18. RGB value is (218,186,24). Sum of RGB (Red+Green+Blue) = 218+186+24=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABA18 is #2545E7. Grayscale: #B1B1B1. Windows color (decimal): -2442728 or 1620698. OLE color: 1620698.
HSL color Cylindrical-coordinate representation of color #DABA18: hue angle of 50.1º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DABA18 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 24 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.15 |
| HSL | 50.1º | 0.8% | 0.47% | - |
| HSV(B) | 50.1º | 0.89% | 0.85% | - |
| XYZ | 46.64 | 50.09 | 8.07 | - |
| YUV | 177.1 | 41.6 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 24 | 0 | 0.15 | 0.89 | 0.15 | 50.1 | 0.8 | 0.47 |
| Hex | DA | BA | 18 | 0 | F | 59 | F | 32 | 50 | 2F |
| Octal | 332 | 272 | 30 | 0 | 17 | 131 | 17 | 62 | 120 | 57 |
| Binary | 11011010 | 10111010 | 11000 | 0 | 1111 | 1011001 | 1111 | 110010 | 1010000 | 101111 |
Color Harmonies of #DABA18
Complementary color
Monochromatic Colors of #DABA18
Black with #DABA18
Text Example
Text Example
White with #DABA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA18; }
p { color: rgb(218,186,24); }
H1.HeaderClassName
{
color: #DABA18;
}
.AnyTagClassName
{
color: #DABA18;
}
</style>
background-color css
<style>
a { background-color: #DABA18; }
a { background-color: rgb(218,186,24); }
div.DivClassName
{
background-color: #DABA18;
}
.BgClassName
{
background-color: #DABA18;
}
</style>
border-color css
<style>
span { border-color: #DABA18; }
span { border-color: rgb(218,186,24); }
td.TdClassName
{
border-color: #DABA18;
}
.TagClassName
{
border-color: #DABA18;
}
</style>