Shades of Zombie #DAC58E
Tints of Zombie #DAC58E
RGB
CMYK
RGB Variations
Color information
#DAC58E (or 0xDAC58E) is known color: Zombie. HEX triplet: DA, C5 and 8E. RGB value is (218,197,142). Sum of RGB (Red+Green+Blue) = 218+197+142=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC58E is #253A71. Grayscale: #C5C5C5. Windows color (decimal): -2439794 or 9356762. OLE color: 9356762.
HSL color Cylindrical-coordinate representation of color #DAC58E: hue angle of 43.42º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAC58E is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 142 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.15 |
| HSL | 43.42º | 0.51% | 0.71% | - |
| HSV(B) | 43.42º | 0.35% | 0.85% | - |
| XYZ | 53.76 | 56.79 | 33.72 | - |
| YUV | 197.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 142 | 0 | 0.10 | 0.35 | 0.15 | 43.42 | 0.51 | 0.71 |
| Hex | DA | C5 | 8E | 0 | A | 23 | F | 2B | 33 | 47 |
| Octal | 332 | 305 | 216 | 0 | 12 | 43 | 17 | 53 | 63 | 107 |
| Binary | 11011010 | 11000101 | 10001110 | 0 | 1010 | 100011 | 1111 | 101011 | 110011 | 1000111 |
Color Harmonies of #DAC58E
Complementary color
Monochromatic Colors of #DAC58E
Black with #DAC58E
Text Example
Text Example
White with #DAC58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC58E; }
p { color: rgb(218,197,142); }
H1.HeaderClassName
{
color: #DAC58E;
}
.AnyTagClassName
{
color: #DAC58E;
}
</style>
background-color css
<style>
a { background-color: #DAC58E; }
a { background-color: rgb(218,197,142); }
div.DivClassName
{
background-color: #DAC58E;
}
.BgClassName
{
background-color: #DAC58E;
}
</style>
border-color css
<style>
span { border-color: #DAC58E; }
span { border-color: rgb(218,197,142); }
td.TdClassName
{
border-color: #DAC58E;
}
.TagClassName
{
border-color: #DAC58E;
}
</style>