#D9C389

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

Shades of Zombie #D9C389

Tints of Zombie #D9C389

Color information

#D9C389 (or 0xD9C389) is unknown color: approx Zombie. HEX triplet: D9, C3 and 89. RGB value is (217,195,137). Sum of RGB (Red+Green+Blue) = 217+195+137=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 137 (53.91% from 255 or 24.95% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C389 is #263C76. Grayscale: #C3C3C3. Windows color (decimal): -2505847 or 9028569. OLE color: 9028569.

HSL color Cylindrical-coordinate representation of color #D9C389: hue angle of 43.5º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D9C389 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB217195137-
CMYK00.100.370.15
HSL43.5º51.28%69.41%-
HSV(B)43.5º36.87%85.1%-
XYZ52.6555.5931.62-
YUV194.9795.29143.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.53%
GREEN value IS 195 (76.56% from 255) = 35.52%
BLUE value IS 137 (53.91% from 255) = 24.95%
R=39.53%
G=35.52%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719513700.100.370.1543.551.2869.41
HexD9C3890A25F2c3345
Octal33130321101245175463105
Binary1101100111000011100010010101010010111111011001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C389; }

 p { color: rgb(217,195,137); }

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

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

 a { background-color: rgb(217,195,137); }

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

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

 span { border-color: rgb(217,195,137); }

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