Shades of Zombie #DCC18B
Tints of Zombie #DCC18B
RGB
CMYK
RGB Variations
Color information
#DCC18B (or 0xDCC18B) is known color: Zombie. HEX triplet: DC, C1 and 8B. RGB value is (220,193,139). Sum of RGB (Red+Green+Blue) = 220+193+139=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC18B is #233E74. Grayscale: #C3C3C3. Windows color (decimal): -2309749 or 9159132. OLE color: 9159132.
HSL color Cylindrical-coordinate representation of color #DCC18B: hue angle of 40º 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 #DCC18B is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 139 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.14 |
| HSL | 40º | 0.54% | 0.7% | - |
| HSV(B) | 40º | 0.37% | 0.86% | - |
| XYZ | 53.25 | 55.22 | 32.28 | - |
| YUV | 194.92 | 96.45 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 139 | 0 | 0.12 | 0.37 | 0.14 | 40 | 0.54 | 0.7 |
| Hex | DC | C1 | 8B | 0 | C | 25 | E | 28 | 36 | 46 |
| Octal | 334 | 301 | 213 | 0 | 14 | 45 | 16 | 50 | 66 | 106 |
| Binary | 11011100 | 11000001 | 10001011 | 0 | 1100 | 100101 | 1110 | 101000 | 110110 | 1000110 |
Color Harmonies of #DCC18B
Complementary color
Monochromatic Colors of #DCC18B
Black with #DCC18B
Text Example
Text Example
White with #DCC18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC18B; }
p { color: rgb(220,193,139); }
H1.HeaderClassName
{
color: #DCC18B;
}
.AnyTagClassName
{
color: #DCC18B;
}
</style>
background-color css
<style>
a { background-color: #DCC18B; }
a { background-color: rgb(220,193,139); }
div.DivClassName
{
background-color: #DCC18B;
}
.BgClassName
{
background-color: #DCC18B;
}
</style>
border-color css
<style>
span { border-color: #DCC18B; }
span { border-color: rgb(220,193,139); }
td.TdClassName
{
border-color: #DCC18B;
}
.TagClassName
{
border-color: #DCC18B;
}
</style>