#D7C48C

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

Shades of Zombie #D7C48C

Tints of Zombie #D7C48C

Color information

#D7C48C (or 0xD7C48C) is unknown color: approx Zombie. HEX triplet: D7, C4 and 8C. RGB value is (215,196,140). Sum of RGB (Red+Green+Blue) = 215+196+140=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C48C is #283B73. Grayscale: #C3C3C3. Windows color (decimal): -2636660 or 9225431. OLE color: 9225431.

HSL color Cylindrical-coordinate representation of color #D7C48C: hue angle of 44.8º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D7C48C is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB215196140-
CMYK00.090.350.16
HSL44.8º48.39%69.61%-
HSV(B)44.8º34.88%84.31%-
XYZ52.555.8232.82-
YUV195.396.79142.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.02%
GREEN value IS 196 (76.95% from 255) = 35.57%
BLUE value IS 140 (55.08% from 255) = 25.41%
R=39.02%
G=35.57%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519614000.090.350.1644.848.3969.61
HexD7C48C0923102d3046
Octal32730421401143205560106
Binary11010111110001001000110001001100011100001011011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C48C; }

 p { color: rgb(215,196,140); }

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

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

 a { background-color: rgb(215,196,140); }

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

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

 span { border-color: rgb(215,196,140); }

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