Shades of Zombie #DCC88F
Tints of Zombie #DCC88F
RGB
CMYK
RGB Variations
Color information
#DCC88F (or 0xDCC88F) is known color: Zombie. HEX triplet: DC, C8 and 8F. RGB value is (220,200,143). Sum of RGB (Red+Green+Blue) = 220+200+143=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC88F is #233770. Grayscale: #C7C7C7. Windows color (decimal): -2307953 or 9423068. OLE color: 9423068.
HSL color Cylindrical-coordinate representation of color #DCC88F: hue angle of 44.42º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCC88F is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 143 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.14 |
| HSL | 44.42º | 0.52% | 0.71% | - |
| HSV(B) | 44.42º | 0.35% | 0.86% | - |
| XYZ | 55.13 | 58.51 | 34.37 | - |
| YUV | 199.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 143 | 0 | 0.09 | 0.35 | 0.14 | 44.42 | 0.52 | 0.71 |
| Hex | DC | C8 | 8F | 0 | 9 | 23 | E | 2C | 34 | 47 |
| Octal | 334 | 310 | 217 | 0 | 11 | 43 | 16 | 54 | 64 | 107 |
| Binary | 11011100 | 11001000 | 10001111 | 0 | 1001 | 100011 | 1110 | 101100 | 110100 | 1000111 |
Color Harmonies of #DCC88F
Complementary color
Monochromatic Colors of #DCC88F
Black with #DCC88F
Text Example
Text Example
White with #DCC88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC88F; }
p { color: rgb(220,200,143); }
H1.HeaderClassName
{
color: #DCC88F;
}
.AnyTagClassName
{
color: #DCC88F;
}
</style>
background-color css
<style>
a { background-color: #DCC88F; }
a { background-color: rgb(220,200,143); }
div.DivClassName
{
background-color: #DCC88F;
}
.BgClassName
{
background-color: #DCC88F;
}
</style>
border-color css
<style>
span { border-color: #DCC88F; }
span { border-color: rgb(220,200,143); }
td.TdClassName
{
border-color: #DCC88F;
}
.TagClassName
{
border-color: #DCC88F;
}
</style>