#D7C38F

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

Shades of Zombie #D7C38F

Tints of Zombie #D7C38F

Color information

#D7C38F (or 0xD7C38F) is unknown color: approx Zombie. HEX triplet: D7, C3 and 8F. RGB value is (215,195,143). Sum of RGB (Red+Green+Blue) = 215+195+143=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 143 (56.25% from 255 or 25.86% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C38F is #283C70. Grayscale: #C3C3C3. Windows color (decimal): -2636913 or 9421783. OLE color: 9421783.

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

Color convert

RGB215195143-
CMYK00.090.330.16
HSL43.33º47.37%70.2%-
HSV(B)43.33º33.49%84.31%-
XYZ52.555.4633.92-
YUV195.0598.63142.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.88%
GREEN value IS 195 (76.56% from 255) = 35.26%
BLUE value IS 143 (56.25% from 255) = 25.86%
R=38.88%
G=35.26%
B=25.86%

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
Decimal21519514300.090.330.1643.3347.3770.2
HexD7C38F0921102b2f46
Octal32730321701141205357106
Binary11010111110000111000111101001100001100001010111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C38F; }

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

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

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

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

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

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

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

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