Shades of Sunflower #DAC016
Tints of Sunflower #DAC016
RGB
CMYK
RGB Variations
Color information
#DAC016 (or 0xDAC016) is known color: Sunflower. HEX triplet: DA, C0 and 16. RGB value is (218,192,22). Sum of RGB (Red+Green+Blue) = 218+192+22=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC016 is #253FE9. Grayscale: #B5B5B5. Windows color (decimal): -2441194 or 1491162. OLE color: 1491162.
HSL color Cylindrical-coordinate representation of color #DAC016: hue angle of 52.04º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAC016 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 22 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.15 |
| HSL | 52.04º | 0.82% | 0.47% | - |
| HSV(B) | 52.04º | 0.9% | 0.85% | - |
| XYZ | 47.91 | 52.66 | 8.4 | - |
| YUV | 180.39 | 38.61 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 22 | 0 | 0.12 | 0.90 | 0.15 | 52.04 | 0.82 | 0.47 |
| Hex | DA | C0 | 16 | 0 | C | 5A | F | 34 | 52 | 2F |
| Octal | 332 | 300 | 26 | 0 | 14 | 132 | 17 | 64 | 122 | 57 |
| Binary | 11011010 | 11000000 | 10110 | 0 | 1100 | 1011010 | 1111 | 110100 | 1010010 | 101111 |
Color Harmonies of #DAC016
Complementary color
Monochromatic Colors of #DAC016
Black with #DAC016
Text Example
Text Example
White with #DAC016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC016; }
p { color: rgb(218,192,22); }
H1.HeaderClassName
{
color: #DAC016;
}
.AnyTagClassName
{
color: #DAC016;
}
</style>
background-color css
<style>
a { background-color: #DAC016; }
a { background-color: rgb(218,192,22); }
div.DivClassName
{
background-color: #DAC016;
}
.BgClassName
{
background-color: #DAC016;
}
</style>
border-color css
<style>
span { border-color: #DAC016; }
span { border-color: rgb(218,192,22); }
td.TdClassName
{
border-color: #DAC016;
}
.TagClassName
{
border-color: #DAC016;
}
</style>