#D7C190

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

Shades of Zombie #D7C190

Tints of Zombie #D7C190

Color information

#D7C190 (or 0xD7C190) is unknown color: approx Zombie. HEX triplet: D7, C1 and 90. RGB value is (215,193,144). Sum of RGB (Red+Green+Blue) = 215+193+144=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C190 is #283E6F. Grayscale: #C2C2C2. Windows color (decimal): -2637424 or 9486807. OLE color: 9486807.

HSL color Cylindrical-coordinate representation of color #D7C190: hue angle of 41.41º 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 #D7C190 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB215193144-
CMYK00.100.330.16
HSL41.41º47.02%70.39%-
HSV(B)41.41º33.02%84.31%-
XYZ52.1354.634.18-
YUV193.9999.79142.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.95%
GREEN value IS 193 (75.78% from 255) = 34.96%
BLUE value IS 144 (56.64% from 255) = 26.09%
R=38.95%
G=34.96%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519314400.100.330.1641.4147.0270.39
HexD7C1900A2110292f46
Octal32730122001241205157106
Binary11010111110000011001000001010100001100001010011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C190; }

 p { color: rgb(215,193,144); }

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

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

 a { background-color: rgb(215,193,144); }

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

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

 span { border-color: rgb(215,193,144); }

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