#DCC483

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

Shades of Zombie #DCC483

Tints of Zombie #DCC483

Color information

#DCC483 (or 0xDCC483) is unknown color: approx Zombie. HEX triplet: DC, C4 and 83. RGB value is (220,196,131). Sum of RGB (Red+Green+Blue) = 220+196+131=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC483 is #233B7C. Grayscale: #C4C4C4. Windows color (decimal): -2308989 or 8635612. OLE color: 8635612.

HSL color Cylindrical-coordinate representation of color #DCC483: hue angle of 43.82º 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 #DCC483 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220196131-
CMYK00.110.400.14
HSL43.82º55.97%68.82%-
HSV(B)43.82º40.45%86.27%-
XYZ53.3556.3329.53-
YUV195.7791.45145.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.22%
GREEN value IS 196 (76.95% from 255) = 35.83%
BLUE value IS 131 (51.56% from 255) = 23.95%
R=40.22%
G=35.83%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019613100.110.400.1443.8255.9768.82
HexDCC4830B28E2c3845
Octal33430420301350165470105
Binary1101110011000100100000110101110100011101011001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC483; }

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

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

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

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

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

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

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

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