Shades of Zombie #DAC08A
Tints of Zombie #DAC08A
RGB
CMYK
RGB Variations
Color information
#DAC08A (or 0xDAC08A) is known color: Zombie. HEX triplet: DA, C0 and 8A. RGB value is (218,192,138). Sum of RGB (Red+Green+Blue) = 218+192+138=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC08A is #253F75. Grayscale: #C1C1C1. Windows color (decimal): -2441078 or 9093338. OLE color: 9093338.
HSL color Cylindrical-coordinate representation of color #DAC08A: hue angle of 40.5º 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 #DAC08A is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 138 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.15 |
| HSL | 40.5º | 0.52% | 0.7% | - |
| HSV(B) | 40.5º | 0.37% | 0.85% | - |
| XYZ | 52.35 | 54.44 | 31.79 | - |
| YUV | 193.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 138 | 0 | 0.12 | 0.37 | 0.15 | 40.5 | 0.52 | 0.7 |
| Hex | DA | C0 | 8A | 0 | C | 25 | F | 28 | 34 | 46 |
| Octal | 332 | 300 | 212 | 0 | 14 | 45 | 17 | 50 | 64 | 106 |
| Binary | 11011010 | 11000000 | 10001010 | 0 | 1100 | 100101 | 1111 | 101000 | 110100 | 1000110 |
Color Harmonies of #DAC08A
Complementary color
Monochromatic Colors of #DAC08A
Black with #DAC08A
Text Example
Text Example
White with #DAC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC08A; }
p { color: rgb(218,192,138); }
H1.HeaderClassName
{
color: #DAC08A;
}
.AnyTagClassName
{
color: #DAC08A;
}
</style>
background-color css
<style>
a { background-color: #DAC08A; }
a { background-color: rgb(218,192,138); }
div.DivClassName
{
background-color: #DAC08A;
}
.BgClassName
{
background-color: #DAC08A;
}
</style>
border-color css
<style>
span { border-color: #DAC08A; }
span { border-color: rgb(218,192,138); }
td.TdClassName
{
border-color: #DAC08A;
}
.TagClassName
{
border-color: #DAC08A;
}
</style>