Shades of Sunflower #DAC916
Tints of Sunflower #DAC916
RGB
CMYK
RGB Variations
Color information
#DAC916 (or 0xDAC916) is known color: Sunflower. HEX triplet: DA, C9 and 16. RGB value is (218,201,22). Sum of RGB (Red+Green+Blue) = 218+201+22=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC916 is #2536E9. Grayscale: #BABABA. Windows color (decimal): -2438890 or 1493466. OLE color: 1493466.
HSL color Cylindrical-coordinate representation of color #DAC916: hue angle of 54.8º 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 #DAC916 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 22 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.15 |
| HSL | 54.8º | 0.82% | 0.47% | - |
| HSV(B) | 54.8º | 0.9% | 0.85% | - |
| XYZ | 49.94 | 56.74 | 9.08 | - |
| YUV | 185.68 | 35.63 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 22 | 0 | 0.08 | 0.90 | 0.15 | 54.8 | 0.82 | 0.47 |
| Hex | DA | C9 | 16 | 0 | 8 | 5A | F | 37 | 52 | 2F |
| Octal | 332 | 311 | 26 | 0 | 10 | 132 | 17 | 67 | 122 | 57 |
| Binary | 11011010 | 11001001 | 10110 | 0 | 1000 | 1011010 | 1111 | 110111 | 1010010 | 101111 |
Color Harmonies of #DAC916
Complementary color
Monochromatic Colors of #DAC916
Black with #DAC916
Text Example
Text Example
White with #DAC916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC916; }
p { color: rgb(218,201,22); }
H1.HeaderClassName
{
color: #DAC916;
}
.AnyTagClassName
{
color: #DAC916;
}
</style>
background-color css
<style>
a { background-color: #DAC916; }
a { background-color: rgb(218,201,22); }
div.DivClassName
{
background-color: #DAC916;
}
.BgClassName
{
background-color: #DAC916;
}
</style>
border-color css
<style>
span { border-color: #DAC916; }
span { border-color: rgb(218,201,22); }
td.TdClassName
{
border-color: #DAC916;
}
.TagClassName
{
border-color: #DAC916;
}
</style>