Shades of Zombie #DCC790
Tints of Zombie #DCC790
RGB
CMYK
RGB Variations
Color information
#DCC790 (or 0xDCC790) is known color: Zombie. HEX triplet: DC, C7 and 90. RGB value is (220,199,144). Sum of RGB (Red+Green+Blue) = 220+199+144=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC790 is #23386F. Grayscale: #C7C7C7. Windows color (decimal): -2308208 or 9488348. OLE color: 9488348.
HSL color Cylindrical-coordinate representation of color #DCC790: hue angle of 43.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 #DCC790 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 144 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.14 |
| HSL | 43.42º | 0.52% | 0.71% | - |
| HSV(B) | 43.42º | 0.35% | 0.86% | - |
| XYZ | 54.97 | 58.08 | 34.7 | - |
| YUV | 199.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 144 | 0 | 0.10 | 0.35 | 0.14 | 43.42 | 0.52 | 0.71 |
| Hex | DC | C7 | 90 | 0 | A | 23 | E | 2B | 34 | 47 |
| Octal | 334 | 307 | 220 | 0 | 12 | 43 | 16 | 53 | 64 | 107 |
| Binary | 11011100 | 11000111 | 10010000 | 0 | 1010 | 100011 | 1110 | 101011 | 110100 | 1000111 |
Color Harmonies of #DCC790
Complementary color
Monochromatic Colors of #DCC790
Black with #DCC790
Text Example
Text Example
White with #DCC790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC790; }
p { color: rgb(220,199,144); }
H1.HeaderClassName
{
color: #DCC790;
}
.AnyTagClassName
{
color: #DCC790;
}
</style>
background-color css
<style>
a { background-color: #DCC790; }
a { background-color: rgb(220,199,144); }
div.DivClassName
{
background-color: #DCC790;
}
.BgClassName
{
background-color: #DCC790;
}
</style>
border-color css
<style>
span { border-color: #DCC790; }
span { border-color: rgb(220,199,144); }
td.TdClassName
{
border-color: #DCC790;
}
.TagClassName
{
border-color: #DCC790;
}
</style>