#D9C383

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

Shades of Zombie #D9C383

Tints of Zombie #D9C383

Color information

#D9C383 (or 0xD9C383) is unknown color: approx Zombie. HEX triplet: D9, C3 and 83. RGB value is (217,195,131). Sum of RGB (Red+Green+Blue) = 217+195+131=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 131 (51.56% from 255 or 24.13% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C383 is #263C7C. Grayscale: #C2C2C2. Windows color (decimal): -2505853 or 8635353. OLE color: 8635353.

HSL color Cylindrical-coordinate representation of color #D9C383: hue angle of 44.65º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9C383 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB217195131-
CMYK00.100.400.15
HSL44.65º53.09%68.24%-
HSV(B)44.65º39.63%85.1%-
XYZ52.2355.4229.42-
YUV194.2892.29144.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.96%
GREEN value IS 195 (76.56% from 255) = 35.91%
BLUE value IS 131 (51.56% from 255) = 24.13%
R=39.96%
G=35.91%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719513100.100.400.1544.6553.0968.24
HexD9C3830A28F2d3544
Octal33130320301250175565104
Binary1101100111000011100000110101010100011111011011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C383; }

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

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

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

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

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

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

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

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