Shades of Zombie #DCC58F
Tints of Zombie #DCC58F
RGB
CMYK
RGB Variations
Color information
#DCC58F (or 0xDCC58F) is known color: Zombie. HEX triplet: DC, C5 and 8F. RGB value is (220,197,143). Sum of RGB (Red+Green+Blue) = 220+197+143=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 143 (56.25% from 255 or 25.54% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC58F is #233A70. Grayscale: #C5C5C5. Windows color (decimal): -2308721 or 9422300. OLE color: 9422300.
HSL color Cylindrical-coordinate representation of color #DCC58F: hue angle of 42.08º 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 #DCC58F is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 143 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.14 |
| HSL | 42.08º | 0.52% | 0.71% | - |
| HSV(B) | 42.08º | 0.35% | 0.86% | - |
| XYZ | 54.44 | 57.13 | 34.14 | - |
| YUV | 197.72 | 97.12 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 143 | 0 | 0.10 | 0.35 | 0.14 | 42.08 | 0.52 | 0.71 |
| Hex | DC | C5 | 8F | 0 | A | 23 | E | 2A | 34 | 47 |
| Octal | 334 | 305 | 217 | 0 | 12 | 43 | 16 | 52 | 64 | 107 |
| Binary | 11011100 | 11000101 | 10001111 | 0 | 1010 | 100011 | 1110 | 101010 | 110100 | 1000111 |
Color Harmonies of #DCC58F
Complementary color
Monochromatic Colors of #DCC58F
Black with #DCC58F
Text Example
Text Example
White with #DCC58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC58F; }
p { color: rgb(220,197,143); }
H1.HeaderClassName
{
color: #DCC58F;
}
.AnyTagClassName
{
color: #DCC58F;
}
</style>
background-color css
<style>
a { background-color: #DCC58F; }
a { background-color: rgb(220,197,143); }
div.DivClassName
{
background-color: #DCC58F;
}
.BgClassName
{
background-color: #DCC58F;
}
</style>
border-color css
<style>
span { border-color: #DCC58F; }
span { border-color: rgb(220,197,143); }
td.TdClassName
{
border-color: #DCC58F;
}
.TagClassName
{
border-color: #DCC58F;
}
</style>