Shades of Sunflower #DAC018
Tints of Sunflower #DAC018
RGB
CMYK
RGB Variations
Color information
#DAC018 (or 0xDAC018) is known color: Sunflower. HEX triplet: DA, C0 and 18. RGB value is (218,192,24). Sum of RGB (Red+Green+Blue) = 218+192+24=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 24 (9.77% from 255 or 5.53% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC018 is #253FE7. Grayscale: #B5B5B5. Windows color (decimal): -2441192 or 1622234. OLE color: 1622234.
HSL color Cylindrical-coordinate representation of color #DAC018: hue angle of 51.96º 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 #DAC018 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 24 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.15 |
| HSL | 51.96º | 0.8% | 0.47% | - |
| HSV(B) | 51.96º | 0.89% | 0.85% | - |
| XYZ | 47.93 | 52.67 | 8.5 | - |
| YUV | 180.62 | 39.61 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 24 | 0 | 0.12 | 0.89 | 0.15 | 51.96 | 0.8 | 0.47 |
| Hex | DA | C0 | 18 | 0 | C | 59 | F | 34 | 50 | 2F |
| Octal | 332 | 300 | 30 | 0 | 14 | 131 | 17 | 64 | 120 | 57 |
| Binary | 11011010 | 11000000 | 11000 | 0 | 1100 | 1011001 | 1111 | 110100 | 1010000 | 101111 |
Color Harmonies of #DAC018
Complementary color
Monochromatic Colors of #DAC018
Black with #DAC018
Text Example
Text Example
White with #DAC018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC018; }
p { color: rgb(218,192,24); }
H1.HeaderClassName
{
color: #DAC018;
}
.AnyTagClassName
{
color: #DAC018;
}
</style>
background-color css
<style>
a { background-color: #DAC018; }
a { background-color: rgb(218,192,24); }
div.DivClassName
{
background-color: #DAC018;
}
.BgClassName
{
background-color: #DAC018;
}
</style>
border-color css
<style>
span { border-color: #DAC018; }
span { border-color: rgb(218,192,24); }
td.TdClassName
{
border-color: #DAC018;
}
.TagClassName
{
border-color: #DAC018;
}
</style>