#D8C390

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

Shades of Zombie #D8C390

Tints of Zombie #D8C390

Color information

#D8C390 (or 0xD8C390) is unknown color: approx Zombie. HEX triplet: D8, C3 and 90. RGB value is (216,195,144). Sum of RGB (Red+Green+Blue) = 216+195+144=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C390 is #273C6F. Grayscale: #C3C3C3. Windows color (decimal): -2571376 or 9487320. OLE color: 9487320.

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

Color convert

RGB216195144-
CMYK00.100.330.15
HSL42.5º48%70.59%-
HSV(B)42.5º33.33%84.71%-
XYZ52.8755.6434.34-
YUV195.4698.96142.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.92%
GREEN value IS 195 (76.56% from 255) = 35.14%
BLUE value IS 144 (56.64% from 255) = 25.95%
R=38.92%
G=35.14%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619514400.100.330.1542.54870.59
HexD8C3900A21F2a3047
Octal33030322001241175260107
Binary1101100011000011100100000101010000111111010101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C390; }

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

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

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

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

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

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

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

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