#D9C18D

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

Shades of Zombie #D9C18D

Tints of Zombie #D9C18D

Color information

#D9C18D (or 0xD9C18D) is unknown color: approx Zombie. HEX triplet: D9, C1 and 8D. RGB value is (217,193,141). Sum of RGB (Red+Green+Blue) = 217+193+141=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C18D is #263E72. Grayscale: #C2C2C2. Windows color (decimal): -2506355 or 9290201. OLE color: 9290201.

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

Color convert

RGB217193141-
CMYK00.110.350.15
HSL41.05º50%70.2%-
HSV(B)41.05º35.02%85.1%-
XYZ52.4954.8133.01-
YUV194.2597.95144.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.38%
GREEN value IS 193 (75.78% from 255) = 35.03%
BLUE value IS 141 (55.47% from 255) = 25.59%
R=39.38%
G=35.03%
B=25.59%

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
Decimal21719314100.110.350.1541.055070.2
HexD9C18D0B23F293246
Octal33130121501343175162106
Binary1101100111000001100011010101110001111111010011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C18D; }

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

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

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

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

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

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

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

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