Shades of Sunflower #DAC520
Tints of Sunflower #DAC520
RGB
CMYK
RGB Variations
Color information
#DAC520 (or 0xDAC520) is known color: Sunflower. HEX triplet: DA, C5 and 20. RGB value is (218,197,32). Sum of RGB (Red+Green+Blue) = 218+197+32=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 32 (12.89% from 255 or 7.16% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC520 is #253ADF. Grayscale: #B9B9B9. Windows color (decimal): -2439904 or 2147802. OLE color: 2147802.
HSL color Cylindrical-coordinate representation of color #DAC520: hue angle of 53.23º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAC520 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 32 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.15 |
| HSL | 53.23º | 0.74% | 0.49% | - |
| HSV(B) | 53.23º | 0.85% | 0.85% | - |
| XYZ | 49.14 | 54.94 | 9.38 | - |
| YUV | 184.47 | 41.96 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 32 | 0 | 0.10 | 0.85 | 0.15 | 53.23 | 0.74 | 0.49 |
| Hex | DA | C5 | 20 | 0 | A | 55 | F | 35 | 4A | 31 |
| Octal | 332 | 305 | 40 | 0 | 12 | 125 | 17 | 65 | 112 | 61 |
| Binary | 11011010 | 11000101 | 100000 | 0 | 1010 | 1010101 | 1111 | 110101 | 1001010 | 110001 |
Color Harmonies of #DAC520
Complementary color
Monochromatic Colors of #DAC520
Black with #DAC520
Text Example
Text Example
White with #DAC520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC520; }
p { color: rgb(218,197,32); }
H1.HeaderClassName
{
color: #DAC520;
}
.AnyTagClassName
{
color: #DAC520;
}
</style>
background-color css
<style>
a { background-color: #DAC520; }
a { background-color: rgb(218,197,32); }
div.DivClassName
{
background-color: #DAC520;
}
.BgClassName
{
background-color: #DAC520;
}
</style>
border-color css
<style>
span { border-color: #DAC520; }
span { border-color: rgb(218,197,32); }
td.TdClassName
{
border-color: #DAC520;
}
.TagClassName
{
border-color: #DAC520;
}
</style>