Shades of Sunflower #DAC019
Tints of Sunflower #DAC019
RGB
CMYK
RGB Variations
Color information
#DAC019 (or 0xDAC019) is known color: Sunflower. HEX triplet: DA, C0 and 19. RGB value is (218,192,25). Sum of RGB (Red+Green+Blue) = 218+192+25=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 25 (10.16% from 255 or 5.75% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC019 is #253FE6. Grayscale: #B5B5B5. Windows color (decimal): -2441191 or 1687770. OLE color: 1687770.
HSL color Cylindrical-coordinate representation of color #DAC019: hue angle of 51.92º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAC019 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 25 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.15 |
| HSL | 51.92º | 0.79% | 0.48% | - |
| HSV(B) | 51.92º | 0.89% | 0.85% | - |
| XYZ | 47.94 | 52.67 | 8.56 | - |
| YUV | 180.74 | 40.11 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 25 | 0 | 0.12 | 0.89 | 0.15 | 51.92 | 0.79 | 0.48 |
| Hex | DA | C0 | 19 | 0 | C | 59 | F | 34 | 4F | 30 |
| Octal | 332 | 300 | 31 | 0 | 14 | 131 | 17 | 64 | 117 | 60 |
| Binary | 11011010 | 11000000 | 11001 | 0 | 1100 | 1011001 | 1111 | 110100 | 1001111 | 110000 |
Color Harmonies of #DAC019
Complementary color
Monochromatic Colors of #DAC019
Black with #DAC019
Text Example
Text Example
White with #DAC019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC019; }
p { color: rgb(218,192,25); }
H1.HeaderClassName
{
color: #DAC019;
}
.AnyTagClassName
{
color: #DAC019;
}
</style>
background-color css
<style>
a { background-color: #DAC019; }
a { background-color: rgb(218,192,25); }
div.DivClassName
{
background-color: #DAC019;
}
.BgClassName
{
background-color: #DAC019;
}
</style>
border-color css
<style>
span { border-color: #DAC019; }
span { border-color: rgb(218,192,25); }
td.TdClassName
{
border-color: #DAC019;
}
.TagClassName
{
border-color: #DAC019;
}
</style>