#D9C18E

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

Shades of Zombie #D9C18E

Tints of Zombie #D9C18E

Color information

#D9C18E (or 0xD9C18E) is unknown color: approx Zombie. HEX triplet: D9, C1 and 8E. RGB value is (217,193,142). Sum of RGB (Red+Green+Blue) = 217+193+142=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 142 (55.86% from 255 or 25.72% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C18E is #263E71. Grayscale: #C2C2C2. Windows color (decimal): -2506354 or 9355737. OLE color: 9355737.

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

Color convert

RGB217193142-
CMYK00.110.350.15
HSL40.8º49.67%70.39%-
HSV(B)40.8º34.56%85.1%-
XYZ52.5754.8433.41-
YUV194.3698.45144.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.31%
GREEN value IS 193 (75.78% from 255) = 34.96%
BLUE value IS 142 (55.86% from 255) = 25.72%
R=39.31%
G=34.96%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719314200.110.350.1540.849.6770.39
HexD9C18E0B23F293246
Octal33130121601343175162106
Binary1101100111000001100011100101110001111111010011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C18E; }

 p { color: rgb(217,193,142); }

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

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

 a { background-color: rgb(217,193,142); }

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

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

 span { border-color: rgb(217,193,142); }

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