Shades of Sunflower #DABC18
Tints of Sunflower #DABC18
RGB
CMYK
RGB Variations
Color information
#DABC18 (or 0xDABC18) is known color: Sunflower. HEX triplet: DA, BC and 18. RGB value is (218,188,24). Sum of RGB (Red+Green+Blue) = 218+188+24=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 24 (9.77% from 255 or 5.58% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABC18 is #2543E7. Grayscale: #B2B2B2. Windows color (decimal): -2442216 or 1621210. OLE color: 1621210.
HSL color Cylindrical-coordinate representation of color #DABC18: hue angle of 50.72º 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 #DABC18 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 24 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.15 |
| HSL | 50.72º | 0.8% | 0.47% | - |
| HSV(B) | 50.72º | 0.89% | 0.85% | - |
| XYZ | 47.06 | 50.94 | 8.22 | - |
| YUV | 178.27 | 40.94 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 24 | 0 | 0.14 | 0.89 | 0.15 | 50.72 | 0.8 | 0.47 |
| Hex | DA | BC | 18 | 0 | E | 59 | F | 33 | 50 | 2F |
| Octal | 332 | 274 | 30 | 0 | 16 | 131 | 17 | 63 | 120 | 57 |
| Binary | 11011010 | 10111100 | 11000 | 0 | 1110 | 1011001 | 1111 | 110011 | 1010000 | 101111 |
Color Harmonies of #DABC18
Complementary color
Monochromatic Colors of #DABC18
Black with #DABC18
Text Example
Text Example
White with #DABC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC18; }
p { color: rgb(218,188,24); }
H1.HeaderClassName
{
color: #DABC18;
}
.AnyTagClassName
{
color: #DABC18;
}
</style>
background-color css
<style>
a { background-color: #DABC18; }
a { background-color: rgb(218,188,24); }
div.DivClassName
{
background-color: #DABC18;
}
.BgClassName
{
background-color: #DABC18;
}
</style>
border-color css
<style>
span { border-color: #DABC18; }
span { border-color: rgb(218,188,24); }
td.TdClassName
{
border-color: #DABC18;
}
.TagClassName
{
border-color: #DABC18;
}
</style>