Shades of Zombie #DAC68E
Tints of Zombie #DAC68E
RGB
CMYK
RGB Variations
Color information
#DAC68E (or 0xDAC68E) is known color: Zombie. HEX triplet: DA, C6 and 8E. RGB value is (218,198,142). Sum of RGB (Red+Green+Blue) = 218+198+142=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC68E is #253971. Grayscale: #C5C5C5. Windows color (decimal): -2439538 or 9357018. OLE color: 9357018.
HSL color Cylindrical-coordinate representation of color #DAC68E: hue angle of 44.21º 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 #DAC68E is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 142 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.15 |
| HSL | 44.21º | 0.51% | 0.71% | - |
| HSV(B) | 44.21º | 0.35% | 0.85% | - |
| XYZ | 53.99 | 57.25 | 33.8 | - |
| YUV | 197.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 142 | 0 | 0.09 | 0.35 | 0.15 | 44.21 | 0.51 | 0.71 |
| Hex | DA | C6 | 8E | 0 | 9 | 23 | F | 2C | 33 | 47 |
| Octal | 332 | 306 | 216 | 0 | 11 | 43 | 17 | 54 | 63 | 107 |
| Binary | 11011010 | 11000110 | 10001110 | 0 | 1001 | 100011 | 1111 | 101100 | 110011 | 1000111 |
Color Harmonies of #DAC68E
Complementary color
Monochromatic Colors of #DAC68E
Black with #DAC68E
Text Example
Text Example
White with #DAC68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC68E; }
p { color: rgb(218,198,142); }
H1.HeaderClassName
{
color: #DAC68E;
}
.AnyTagClassName
{
color: #DAC68E;
}
</style>
background-color css
<style>
a { background-color: #DAC68E; }
a { background-color: rgb(218,198,142); }
div.DivClassName
{
background-color: #DAC68E;
}
.BgClassName
{
background-color: #DAC68E;
}
</style>
border-color css
<style>
span { border-color: #DAC68E; }
span { border-color: rgb(218,198,142); }
td.TdClassName
{
border-color: #DAC68E;
}
.TagClassName
{
border-color: #DAC68E;
}
</style>