#D9C289

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

Shades of Zombie #D9C289

Tints of Zombie #D9C289

Color information

#D9C289 (or 0xD9C289) is unknown color: approx Zombie. HEX triplet: D9, C2 and 89. RGB value is (217,194,137). Sum of RGB (Red+Green+Blue) = 217+194+137=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 137 (53.91% from 255 or 25% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C289 is #263D76. Grayscale: #C2C2C2. Windows color (decimal): -2506103 or 9028313. OLE color: 9028313.

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

Color convert

RGB217194137-
CMYK00.110.370.15
HSL42.75º51.28%69.41%-
HSV(B)42.75º36.87%85.1%-
XYZ52.4255.1431.55-
YUV194.3895.62144.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.60%
GREEN value IS 194 (76.17% from 255) = 35.40%
BLUE value IS 137 (53.91% from 255) = 25%
R=39.60%
G=35.40%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719413700.110.370.1542.7551.2869.41
HexD9C2890B25F2b3345
Octal33130221101345175363105
Binary1101100111000010100010010101110010111111010111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C289; }

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

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

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

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

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

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

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

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