#DDC583

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

Shades of Zombie #DDC583

Tints of Zombie #DDC583

Color information

#DDC583 (or 0xDDC583) is unknown color: approx Zombie. HEX triplet: DD, C5 and 83. RGB value is (221,197,131). Sum of RGB (Red+Green+Blue) = 221+197+131=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 131 (51.56% from 255 or 23.86% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC583 is #223A7C. Grayscale: #C4C4C4. Windows color (decimal): -2243197 or 8635869. OLE color: 8635869.

HSL color Cylindrical-coordinate representation of color #DDC583: hue angle of 44º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDC583 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB221197131-
CMYK00.110.410.13
HSL44º56.96%69.02%-
HSV(B)44º40.72%86.67%-
XYZ53.8856.9429.62-
YUV196.6590.95145.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 197 (77.34% from 255) = 35.88%
BLUE value IS 131 (51.56% from 255) = 23.86%
R=40.26%
G=35.88%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119713100.110.410.134456.9669.02
HexDDC5830B29D2c3945
Octal33530520301351155471105
Binary1101110111000101100000110101110100111011011001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC583; }

 p { color: rgb(221,197,131); }

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

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

 a { background-color: rgb(221,197,131); }

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

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

 span { border-color: rgb(221,197,131); }

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