Shades of Sunflower #DAC517
Tints of Sunflower #DAC517
RGB
CMYK
RGB Variations
Color information
#DAC517 (or 0xDAC517) is known color: Sunflower. HEX triplet: DA, C5 and 17. RGB value is (218,197,23). Sum of RGB (Red+Green+Blue) = 218+197+23=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 23 (9.38% from 255 or 5.25% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC517 is #253AE8. Grayscale: #B8B8B8. Windows color (decimal): -2439913 or 1557978. OLE color: 1557978.
HSL color Cylindrical-coordinate representation of color #DAC517: hue angle of 53.54º degrees, saturation: 0.81, 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 #DAC517 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 23 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.15 |
| HSL | 53.54º | 0.81% | 0.47% | - |
| HSV(B) | 53.54º | 0.89% | 0.85% | - |
| XYZ | 49.03 | 54.9 | 8.82 | - |
| YUV | 183.44 | 37.46 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 23 | 0 | 0.10 | 0.89 | 0.15 | 53.54 | 0.81 | 0.47 |
| Hex | DA | C5 | 17 | 0 | A | 59 | F | 36 | 51 | 2F |
| Octal | 332 | 305 | 27 | 0 | 12 | 131 | 17 | 66 | 121 | 57 |
| Binary | 11011010 | 11000101 | 10111 | 0 | 1010 | 1011001 | 1111 | 110110 | 1010001 | 101111 |
Color Harmonies of #DAC517
Complementary color
Monochromatic Colors of #DAC517
Black with #DAC517
Text Example
Text Example
White with #DAC517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC517; }
p { color: rgb(218,197,23); }
H1.HeaderClassName
{
color: #DAC517;
}
.AnyTagClassName
{
color: #DAC517;
}
</style>
background-color css
<style>
a { background-color: #DAC517; }
a { background-color: rgb(218,197,23); }
div.DivClassName
{
background-color: #DAC517;
}
.BgClassName
{
background-color: #DAC517;
}
</style>
border-color css
<style>
span { border-color: #DAC517; }
span { border-color: rgb(218,197,23); }
td.TdClassName
{
border-color: #DAC517;
}
.TagClassName
{
border-color: #DAC517;
}
</style>