#D8C586

Color #D8C586 Zombie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zombie #D8C586

Tints of Zombie #D8C586

Color information

#D8C586 (or 0xD8C586) is unknown color: approx Zombie. HEX triplet: D8, C5 and 86. RGB value is (216,197,134). Sum of RGB (Red+Green+Blue) = 216+197+134=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C586 is #273A79. Grayscale: #C3C3C3. Windows color (decimal): -2570874 or 8832472. OLE color: 8832472.

HSL color Cylindrical-coordinate representation of color #D8C586: hue angle of 46.1º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8C586 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB216197134-
CMYK00.090.380.15
HSL46.1º51.25%68.63%-
HSV(B)46.1º37.96%84.71%-
XYZ52.5956.2530.64-
YUV195.593.29142.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 39.49%
GREEN value IS 197 (77.34% from 255) = 36.01%
BLUE value IS 134 (52.73% from 255) = 24.50%
R=39.49%
G=36.01%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619713400.090.380.1546.151.2568.63
HexD8C5860926F2e3345
Octal33030520601146175663105
Binary1101100011000101100001100100110011011111011101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C586; }

 p { color: rgb(216,197,134); }

 H1.HeaderClassName
 {
   color: #D8C586;
 }
 .AnyTagClassName
 {
   color: #D8C586;
 }
</style>
background-color css

<style>
 a { background-color: #D8C586; }

 a { background-color: rgb(216,197,134); }

 div.DivClassName
 {
   background-color: #D8C586;
 }
 .BgClassName
 {
   background-color: #D8C586;
 }
</style>
border-color css

<style>
 span { border-color: #D8C586; }

 span { border-color: rgb(216,197,134); }

 td.TdClassName
 {
   border-color: #D8C586;
 }
 .TagClassName
 {
   border-color: #D8C586;
 }
</style>