#DDC683

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

Shades of Zombie #DDC683

Tints of Zombie #DDC683

Color information

#DDC683 (or 0xDDC683) is unknown color: approx Zombie. HEX triplet: DD, C6 and 83. RGB value is (221,198,131). Sum of RGB (Red+Green+Blue) = 221+198+131=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 131 (51.56% from 255 or 23.82% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC683 is #22397C. Grayscale: #C5C5C5. Windows color (decimal): -2242941 or 8636125. OLE color: 8636125.

HSL color Cylindrical-coordinate representation of color #DDC683: hue angle of 44.67º 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 #DDC683 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB221198131-
CMYK00.100.410.13
HSL44.67º56.96%69.02%-
HSV(B)44.67º40.72%86.67%-
XYZ54.1157.429.7-
YUV197.2490.62144.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 198 (77.73% from 255) = 36%
BLUE value IS 131 (51.56% from 255) = 23.82%
R=40.18%
G=36%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119813100.100.410.1344.6756.9669.02
HexDDC6830A29D2d3945
Octal33530620301251155571105
Binary1101110111000110100000110101010100111011011011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC683; }

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

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

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

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

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

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

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

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