Shades of Zombie #DAC58A
Tints of Zombie #DAC58A
RGB
CMYK
RGB Variations
Color information
#DAC58A (or 0xDAC58A) is known color: Zombie. HEX triplet: DA, C5 and 8A. RGB value is (218,197,138). Sum of RGB (Red+Green+Blue) = 218+197+138=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC58A is #253A75. Grayscale: #C4C4C4. Windows color (decimal): -2439798 or 9094618. OLE color: 9094618.
HSL color Cylindrical-coordinate representation of color #DAC58A: hue angle of 44.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAC58A is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 138 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.15 |
| HSL | 44.25º | 0.52% | 0.7% | - |
| HSV(B) | 44.25º | 0.37% | 0.85% | - |
| XYZ | 53.47 | 56.67 | 32.17 | - |
| YUV | 196.55 | 94.96 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 138 | 0 | 0.10 | 0.37 | 0.15 | 44.25 | 0.52 | 0.7 |
| Hex | DA | C5 | 8A | 0 | A | 25 | F | 2C | 34 | 46 |
| Octal | 332 | 305 | 212 | 0 | 12 | 45 | 17 | 54 | 64 | 106 |
| Binary | 11011010 | 11000101 | 10001010 | 0 | 1010 | 100101 | 1111 | 101100 | 110100 | 1000110 |
Color Harmonies of #DAC58A
Complementary color
Monochromatic Colors of #DAC58A
Black with #DAC58A
Text Example
Text Example
White with #DAC58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC58A; }
p { color: rgb(218,197,138); }
H1.HeaderClassName
{
color: #DAC58A;
}
.AnyTagClassName
{
color: #DAC58A;
}
</style>
background-color css
<style>
a { background-color: #DAC58A; }
a { background-color: rgb(218,197,138); }
div.DivClassName
{
background-color: #DAC58A;
}
.BgClassName
{
background-color: #DAC58A;
}
</style>
border-color css
<style>
span { border-color: #DAC58A; }
span { border-color: rgb(218,197,138); }
td.TdClassName
{
border-color: #DAC58A;
}
.TagClassName
{
border-color: #DAC58A;
}
</style>