Shades of Zombie #D8C38C
Tints of Zombie #D8C38C
RGB
CMYK
RGB Variations
Color information
#D8C38C (or 0xD8C38C) is known color: Zombie. HEX triplet: D8, C3 and 8C. RGB value is (216,195,140). Sum of RGB (Red+Green+Blue) = 216+195+140=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C38C is #273C73. Grayscale: #C3C3C3. Windows color (decimal): -2571380 or 9225176. OLE color: 9225176.
HSL color Cylindrical-coordinate representation of color #D8C38C: hue angle of 43.42º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D8C38C is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 195 | 140 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.15 |
| HSL | 43.42º | 0.49% | 0.7% | - |
| HSV(B) | 43.42º | 0.35% | 0.85% | - |
| XYZ | 52.57 | 55.52 | 32.76 | - |
| YUV | 195.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 195 | 140 | 0 | 0.10 | 0.35 | 0.15 | 43.42 | 0.49 | 0.7 |
| Hex | D8 | C3 | 8C | 0 | A | 23 | F | 2B | 31 | 46 |
| Octal | 330 | 303 | 214 | 0 | 12 | 43 | 17 | 53 | 61 | 106 |
| Binary | 11011000 | 11000011 | 10001100 | 0 | 1010 | 100011 | 1111 | 101011 | 110001 | 1000110 |
Color Harmonies of #D8C38C
Complementary color
Monochromatic Colors of #D8C38C
Black with #D8C38C
Text Example
Text Example
White with #D8C38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C38C; }
p { color: rgb(216,195,140); }
H1.HeaderClassName
{
color: #D8C38C;
}
.AnyTagClassName
{
color: #D8C38C;
}
</style>
background-color css
<style>
a { background-color: #D8C38C; }
a { background-color: rgb(216,195,140); }
div.DivClassName
{
background-color: #D8C38C;
}
.BgClassName
{
background-color: #D8C38C;
}
</style>
border-color css
<style>
span { border-color: #D8C38C; }
span { border-color: rgb(216,195,140); }
td.TdClassName
{
border-color: #D8C38C;
}
.TagClassName
{
border-color: #D8C38C;
}
</style>