#D8C190

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

Shades of Zombie #D8C190

Tints of Zombie #D8C190

Color information

#D8C190 (or 0xD8C190) is unknown color: approx Zombie. HEX triplet: D8, C1 and 90. RGB value is (216,193,144). Sum of RGB (Red+Green+Blue) = 216+193+144=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C190 is #273E6F. Grayscale: #C2C2C2. Windows color (decimal): -2571888 or 9486808. OLE color: 9486808.

HSL color Cylindrical-coordinate representation of color #D8C190: hue angle of 40.83º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8C190 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB216193144-
CMYK00.110.330.15
HSL40.83º48%70.59%-
HSV(B)40.83º33.33%84.71%-
XYZ52.4254.7534.19-
YUV194.2999.62143.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.06%
GREEN value IS 193 (75.78% from 255) = 34.90%
BLUE value IS 144 (56.64% from 255) = 26.04%
R=39.06%
G=34.90%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619314400.110.330.1540.834870.59
HexD8C1900B21F293047
Octal33030122001341175160107
Binary1101100011000001100100000101110000111111010011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C190; }

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

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

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

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

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

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

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

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