Shades of Sunflower #DAC518
Tints of Sunflower #DAC518
RGB
CMYK
RGB Variations
Color information
#DAC518 (or 0xDAC518) is known color: Sunflower. HEX triplet: DA, C5 and 18. RGB value is (218,197,24). Sum of RGB (Red+Green+Blue) = 218+197+24=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 24 (9.77% from 255 or 5.47% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC518 is #253AE7. Grayscale: #B8B8B8. Windows color (decimal): -2439912 or 1623514. OLE color: 1623514.
HSL color Cylindrical-coordinate representation of color #DAC518: hue angle of 53.51º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAC518 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 24 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.15 |
| HSL | 53.51º | 0.8% | 0.47% | - |
| HSV(B) | 53.51º | 0.89% | 0.85% | - |
| XYZ | 49.04 | 54.9 | 8.88 | - |
| YUV | 183.56 | 37.96 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 24 | 0 | 0.10 | 0.89 | 0.15 | 53.51 | 0.8 | 0.47 |
| Hex | DA | C5 | 18 | 0 | A | 59 | F | 36 | 50 | 2F |
| Octal | 332 | 305 | 30 | 0 | 12 | 131 | 17 | 66 | 120 | 57 |
| Binary | 11011010 | 11000101 | 11000 | 0 | 1010 | 1011001 | 1111 | 110110 | 1010000 | 101111 |
Color Harmonies of #DAC518
Complementary color
Monochromatic Colors of #DAC518
Black with #DAC518
Text Example
Text Example
White with #DAC518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC518; }
p { color: rgb(218,197,24); }
H1.HeaderClassName
{
color: #DAC518;
}
.AnyTagClassName
{
color: #DAC518;
}
</style>
background-color css
<style>
a { background-color: #DAC518; }
a { background-color: rgb(218,197,24); }
div.DivClassName
{
background-color: #DAC518;
}
.BgClassName
{
background-color: #DAC518;
}
</style>
border-color css
<style>
span { border-color: #DAC518; }
span { border-color: rgb(218,197,24); }
td.TdClassName
{
border-color: #DAC518;
}
.TagClassName
{
border-color: #DAC518;
}
</style>