Shades of Sunflower #DAC919
Tints of Sunflower #DAC919
RGB
CMYK
RGB Variations
Color information
#DAC919 (or 0xDAC919) is known color: Sunflower. HEX triplet: DA, C9 and 19. RGB value is (218,201,25). Sum of RGB (Red+Green+Blue) = 218+201+25=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 25 (10.16% from 255 or 5.63% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC919 is #2536E6. Grayscale: #BABABA. Windows color (decimal): -2438887 or 1690074. OLE color: 1690074.
HSL color Cylindrical-coordinate representation of color #DAC919: hue angle of 54.72º 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 #DAC919 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 25 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.15 |
| HSL | 54.72º | 0.79% | 0.48% | - |
| HSV(B) | 54.72º | 0.89% | 0.85% | - |
| XYZ | 49.98 | 56.75 | 9.24 | - |
| YUV | 186.02 | 37.13 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 25 | 0 | 0.08 | 0.89 | 0.15 | 54.72 | 0.79 | 0.48 |
| Hex | DA | C9 | 19 | 0 | 8 | 59 | F | 37 | 4F | 30 |
| Octal | 332 | 311 | 31 | 0 | 10 | 131 | 17 | 67 | 117 | 60 |
| Binary | 11011010 | 11001001 | 11001 | 0 | 1000 | 1011001 | 1111 | 110111 | 1001111 | 110000 |
Color Harmonies of #DAC919
Complementary color
Monochromatic Colors of #DAC919
Black with #DAC919
Text Example
Text Example
White with #DAC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC919; }
p { color: rgb(218,201,25); }
H1.HeaderClassName
{
color: #DAC919;
}
.AnyTagClassName
{
color: #DAC919;
}
</style>
background-color css
<style>
a { background-color: #DAC919; }
a { background-color: rgb(218,201,25); }
div.DivClassName
{
background-color: #DAC919;
}
.BgClassName
{
background-color: #DAC919;
}
</style>
border-color css
<style>
span { border-color: #DAC919; }
span { border-color: rgb(218,201,25); }
td.TdClassName
{
border-color: #DAC919;
}
.TagClassName
{
border-color: #DAC919;
}
</style>