#DCC583

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

Shades of Zombie #DCC583

Tints of Zombie #DCC583

Color information

#DCC583 (or 0xDCC583) is unknown color: approx Zombie. HEX triplet: DC, C5 and 83. RGB value is (220,197,131). Sum of RGB (Red+Green+Blue) = 220+197+131=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 131 (51.56% from 255 or 23.91% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC583 is #233A7C. Grayscale: #C4C4C4. Windows color (decimal): -2308733 or 8635868. OLE color: 8635868.

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

Color convert

RGB220197131-
CMYK00.100.400.14
HSL44.49º55.97%68.82%-
HSV(B)44.49º40.45%86.27%-
XYZ53.5856.7929.61-
YUV196.3591.12144.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.15%
GREEN value IS 197 (77.34% from 255) = 35.95%
BLUE value IS 131 (51.56% from 255) = 23.91%
R=40.15%
G=35.95%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019713100.100.400.1444.4955.9768.82
HexDCC5830A28E2c3845
Octal33430520301250165470105
Binary1101110011000101100000110101010100011101011001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC583; }

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

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

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

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

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

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

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

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