Shades of Zombie #DCC68A
Tints of Zombie #DCC68A
RGB
CMYK
RGB Variations
Color information
#DCC68A (or 0xDCC68A) is known color: Zombie. HEX triplet: DC, C6 and 8A. RGB value is (220,198,138). Sum of RGB (Red+Green+Blue) = 220+198+138=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC68A is #233975. Grayscale: #C6C6C6. Windows color (decimal): -2308470 or 9094876. OLE color: 9094876.
HSL color Cylindrical-coordinate representation of color #DCC68A: hue angle of 43.9º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCC68A is Cyan = 0, Magento = 0.1, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 138 | - |
| CMYK | 0 | 0.1 | 0.37 | 0.14 |
| HSL | 43.9º | 0.54% | 0.7% | - |
| HSV(B) | 43.9º | 0.37% | 0.86% | - |
| XYZ | 54.3 | 57.44 | 32.27 | - |
| YUV | 197.74 | 94.29 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 138 | 0 | 0.1 | 0.37 | 0.14 | 43.9 | 0.54 | 0.7 |
| Hex | DC | C6 | 8A | 0 | A | 25 | E | 2C | 36 | 46 |
| Octal | 334 | 306 | 212 | 0 | 12 | 45 | 16 | 54 | 66 | 106 |
| Binary | 11011100 | 11000110 | 10001010 | 0 | 1010 | 100101 | 1110 | 101100 | 110110 | 1000110 |
Color Harmonies of #DCC68A
Complementary color
Monochromatic Colors of #DCC68A
Black with #DCC68A
Text Example
Text Example
White with #DCC68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC68A; }
p { color: rgb(220,198,138); }
H1.HeaderClassName
{
color: #DCC68A;
}
.AnyTagClassName
{
color: #DCC68A;
}
</style>
background-color css
<style>
a { background-color: #DCC68A; }
a { background-color: rgb(220,198,138); }
div.DivClassName
{
background-color: #DCC68A;
}
.BgClassName
{
background-color: #DCC68A;
}
</style>
border-color css
<style>
span { border-color: #DCC68A; }
span { border-color: rgb(220,198,138); }
td.TdClassName
{
border-color: #DCC68A;
}
.TagClassName
{
border-color: #DCC68A;
}
</style>