Shades of Zombie #DCC68F
Tints of Zombie #DCC68F
RGB
CMYK
RGB Variations
Color information
#DCC68F (or 0xDCC68F) is known color: Zombie. HEX triplet: DC, C6 and 8F. RGB value is (220,198,143). Sum of RGB (Red+Green+Blue) = 220+198+143=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 143 (56.25% from 255 or 25.49% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC68F is #233970. Grayscale: #C6C6C6. Windows color (decimal): -2308465 or 9422556. OLE color: 9422556.
HSL color Cylindrical-coordinate representation of color #DCC68F: hue angle of 42.86º 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 #DCC68F is Cyan = 0, Magento = 0.1, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 143 | - |
| CMYK | 0 | 0.1 | 0.35 | 0.14 |
| HSL | 42.86º | 0.52% | 0.71% | - |
| HSV(B) | 42.86º | 0.35% | 0.86% | - |
| XYZ | 54.67 | 57.59 | 34.22 | - |
| YUV | 198.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 143 | 0 | 0.1 | 0.35 | 0.14 | 42.86 | 0.52 | 0.71 |
| Hex | DC | C6 | 8F | 0 | A | 23 | E | 2B | 34 | 47 |
| Octal | 334 | 306 | 217 | 0 | 12 | 43 | 16 | 53 | 64 | 107 |
| Binary | 11011100 | 11000110 | 10001111 | 0 | 1010 | 100011 | 1110 | 101011 | 110100 | 1000111 |
Color Harmonies of #DCC68F
Complementary color
Monochromatic Colors of #DCC68F
Black with #DCC68F
Text Example
Text Example
White with #DCC68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC68F; }
p { color: rgb(220,198,143); }
H1.HeaderClassName
{
color: #DCC68F;
}
.AnyTagClassName
{
color: #DCC68F;
}
</style>
background-color css
<style>
a { background-color: #DCC68F; }
a { background-color: rgb(220,198,143); }
div.DivClassName
{
background-color: #DCC68F;
}
.BgClassName
{
background-color: #DCC68F;
}
</style>
border-color css
<style>
span { border-color: #DCC68F; }
span { border-color: rgb(220,198,143); }
td.TdClassName
{
border-color: #DCC68F;
}
.TagClassName
{
border-color: #DCC68F;
}
</style>