#DDC385

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

Shades of Zombie #DDC385

Tints of Zombie #DDC385

Color information

#DDC385 (or 0xDDC385) is unknown color: approx Zombie. HEX triplet: DD, C3 and 85. RGB value is (221,195,133). Sum of RGB (Red+Green+Blue) = 221+195+133=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC385 is #223C7A. Grayscale: #C3C3C3. Windows color (decimal): -2243707 or 8766429. OLE color: 8766429.

HSL color Cylindrical-coordinate representation of color #DDC385: hue angle of 42.27º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDC385 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221195133-
CMYK00.120.400.13
HSL42.27º56.41%69.41%-
HSV(B)42.27º39.82%86.67%-
XYZ53.5756.130.19-
YUV195.7192.61146.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 195 (76.56% from 255) = 35.52%
BLUE value IS 133 (52.34% from 255) = 24.23%
R=40.26%
G=35.52%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119513300.120.400.1342.2756.4169.41
HexDDC3850C28D2a3845
Octal33530320501450155270105
Binary1101110111000011100001010110010100011011010101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC385; }

 p { color: rgb(221,195,133); }

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

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

 a { background-color: rgb(221,195,133); }

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

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

 span { border-color: rgb(221,195,133); }

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