Shades of Zombie #DAC68C
Tints of Zombie #DAC68C
RGB
CMYK
RGB Variations
Color information
#DAC68C (or 0xDAC68C) is known color: Zombie. HEX triplet: DA, C6 and 8C. RGB value is (218,198,140). Sum of RGB (Red+Green+Blue) = 218+198+140=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 140 (55.08% from 255 or 25.18% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC68C is #253973. Grayscale: #C5C5C5. Windows color (decimal): -2439540 or 9225946. OLE color: 9225946.
HSL color Cylindrical-coordinate representation of color #DAC68C: hue angle of 44.62º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAC68C is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 140 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.15 |
| HSL | 44.62º | 0.51% | 0.7% | - |
| HSV(B) | 44.62º | 0.36% | 0.85% | - |
| XYZ | 53.84 | 57.19 | 33.01 | - |
| YUV | 197.37 | 95.63 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 140 | 0 | 0.09 | 0.36 | 0.15 | 44.62 | 0.51 | 0.7 |
| Hex | DA | C6 | 8C | 0 | 9 | 24 | F | 2D | 33 | 46 |
| Octal | 332 | 306 | 214 | 0 | 11 | 44 | 17 | 55 | 63 | 106 |
| Binary | 11011010 | 11000110 | 10001100 | 0 | 1001 | 100100 | 1111 | 101101 | 110011 | 1000110 |
Color Harmonies of #DAC68C
Complementary color
Monochromatic Colors of #DAC68C
Black with #DAC68C
Text Example
Text Example
White with #DAC68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC68C; }
p { color: rgb(218,198,140); }
H1.HeaderClassName
{
color: #DAC68C;
}
.AnyTagClassName
{
color: #DAC68C;
}
</style>
background-color css
<style>
a { background-color: #DAC68C; }
a { background-color: rgb(218,198,140); }
div.DivClassName
{
background-color: #DAC68C;
}
.BgClassName
{
background-color: #DAC68C;
}
</style>
border-color css
<style>
span { border-color: #DAC68C; }
span { border-color: rgb(218,198,140); }
td.TdClassName
{
border-color: #DAC68C;
}
.TagClassName
{
border-color: #DAC68C;
}
</style>