#D7C391

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

Shades of Zombie #D7C391

Tints of Zombie #D7C391

Color information

#D7C391 (or 0xD7C391) is unknown color: approx Zombie. HEX triplet: D7, C3 and 91. RGB value is (215,195,145). Sum of RGB (Red+Green+Blue) = 215+195+145=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 145 (57.03% from 255 or 26.13% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C391 is #283C6E. Grayscale: #C3C3C3. Windows color (decimal): -2636911 or 9552855. OLE color: 9552855.

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

Color convert

RGB215195145-
CMYK00.090.330.16
HSL42.86º46.67%70.59%-
HSV(B)42.86º32.56%84.31%-
XYZ52.6555.5234.73-
YUV195.2899.63142.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.74%
GREEN value IS 195 (76.56% from 255) = 35.14%
BLUE value IS 145 (57.03% from 255) = 26.13%
R=38.74%
G=35.14%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519514500.090.330.1642.8646.6770.59
HexD7C3910921102b2f47
Octal32730322101141205357107
Binary11010111110000111001000101001100001100001010111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C391; }

 p { color: rgb(215,195,145); }

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

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

 a { background-color: rgb(215,195,145); }

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

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

 span { border-color: rgb(215,195,145); }

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