Shades of Sunflower #DAC619
Tints of Sunflower #DAC619
RGB
CMYK
RGB Variations
Color information
#DAC619 (or 0xDAC619) is known color: Sunflower. HEX triplet: DA, C6 and 19. RGB value is (218,198,25). Sum of RGB (Red+Green+Blue) = 218+198+25=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC619 is #2539E6. Grayscale: #B8B8B8. Windows color (decimal): -2439655 or 1689306. OLE color: 1689306.
HSL color Cylindrical-coordinate representation of color #DAC619: hue angle of 53.78º 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 #DAC619 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 25 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.15 |
| HSL | 53.78º | 0.79% | 0.48% | - |
| HSV(B) | 53.78º | 0.89% | 0.85% | - |
| XYZ | 49.28 | 55.36 | 9.01 | - |
| YUV | 184.26 | 38.13 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 25 | 0 | 0.09 | 0.89 | 0.15 | 53.78 | 0.79 | 0.48 |
| Hex | DA | C6 | 19 | 0 | 9 | 59 | F | 36 | 4F | 30 |
| Octal | 332 | 306 | 31 | 0 | 11 | 131 | 17 | 66 | 117 | 60 |
| Binary | 11011010 | 11000110 | 11001 | 0 | 1001 | 1011001 | 1111 | 110110 | 1001111 | 110000 |
Color Harmonies of #DAC619
Complementary color
Monochromatic Colors of #DAC619
Black with #DAC619
Text Example
Text Example
White with #DAC619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC619; }
p { color: rgb(218,198,25); }
H1.HeaderClassName
{
color: #DAC619;
}
.AnyTagClassName
{
color: #DAC619;
}
</style>
background-color css
<style>
a { background-color: #DAC619; }
a { background-color: rgb(218,198,25); }
div.DivClassName
{
background-color: #DAC619;
}
.BgClassName
{
background-color: #DAC619;
}
</style>
border-color css
<style>
span { border-color: #DAC619; }
span { border-color: rgb(218,198,25); }
td.TdClassName
{
border-color: #DAC619;
}
.TagClassName
{
border-color: #DAC619;
}
</style>