Shades of Zombie #DAC580
Tints of Zombie #DAC580
RGB
CMYK
RGB Variations
Color information
#DAC580 (or 0xDAC580) is known color: Zombie. HEX triplet: DA, C5 and 80. RGB value is (218,197,128). Sum of RGB (Red+Green+Blue) = 218+197+128=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC580 is #253A7F. Grayscale: #C3C3C3. Windows color (decimal): -2439808 or 8439258. OLE color: 8439258.
HSL color Cylindrical-coordinate representation of color #DAC580: hue angle of 46º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAC580 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 128 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.15 |
| HSL | 46º | 0.55% | 0.68% | - |
| HSV(B) | 46º | 0.41% | 0.85% | - |
| XYZ | 52.78 | 56.4 | 28.53 | - |
| YUV | 195.41 | 89.96 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 128 | 0 | 0.10 | 0.41 | 0.15 | 46 | 0.55 | 0.68 |
| Hex | DA | C5 | 80 | 0 | A | 29 | F | 2E | 37 | 44 |
| Octal | 332 | 305 | 200 | 0 | 12 | 51 | 17 | 56 | 67 | 104 |
| Binary | 11011010 | 11000101 | 10000000 | 0 | 1010 | 101001 | 1111 | 101110 | 110111 | 1000100 |
Color Harmonies of #DAC580
Complementary color
Monochromatic Colors of #DAC580
Black with #DAC580
Text Example
Text Example
White with #DAC580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC580; }
p { color: rgb(218,197,128); }
H1.HeaderClassName
{
color: #DAC580;
}
.AnyTagClassName
{
color: #DAC580;
}
</style>
background-color css
<style>
a { background-color: #DAC580; }
a { background-color: rgb(218,197,128); }
div.DivClassName
{
background-color: #DAC580;
}
.BgClassName
{
background-color: #DAC580;
}
</style>
border-color css
<style>
span { border-color: #DAC580; }
span { border-color: rgb(218,197,128); }
td.TdClassName
{
border-color: #DAC580;
}
.TagClassName
{
border-color: #DAC580;
}
</style>