#D8C290

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

Shades of Zombie #D8C290

Tints of Zombie #D8C290

Color information

#D8C290 (or 0xD8C290) is unknown color: approx Zombie. HEX triplet: D8, C2 and 90. RGB value is (216,194,144). Sum of RGB (Red+Green+Blue) = 216+194+144=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 144 (56.64% from 255 or 25.99% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C290 is #273D6F. Grayscale: #C3C3C3. Windows color (decimal): -2571632 or 9487064. OLE color: 9487064.

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

Color convert

RGB216194144-
CMYK00.100.330.15
HSL41.67º48%70.59%-
HSV(B)41.67º33.33%84.71%-
XYZ52.6455.234.26-
YUV194.8899.29143.07-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.99%
GREEN value IS 194 (76.17% from 255) = 35.02%
BLUE value IS 144 (56.64% from 255) = 25.99%
R=38.99%
G=35.02%
B=25.99%

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
Decimal21619414400.100.330.1541.674870.59
HexD8C2900A21F2a3047
Octal33030222001241175260107
Binary1101100011000010100100000101010000111111010101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C290; }

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

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

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

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

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

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

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

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