#DCC184

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

Shades of Zombie #DCC184

Tints of Zombie #DCC184

Color information

#DCC184 (or 0xDCC184) is unknown color: approx Zombie. HEX triplet: DC, C1 and 84. RGB value is (220,193,132). Sum of RGB (Red+Green+Blue) = 220+193+132=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC184 is #233E7B. Grayscale: #C2C2C2. Windows color (decimal): -2309756 or 8700380. OLE color: 8700380.

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

Color convert

RGB220193132-
CMYK00.120.400.14
HSL41.59º55.7%69.02%-
HSV(B)41.59º40%86.27%-
XYZ52.7555.0229.67-
YUV194.1292.95146.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 193 (75.78% from 255) = 35.41%
BLUE value IS 132 (51.95% from 255) = 24.22%
R=40.37%
G=35.41%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019313200.120.400.1441.5955.769.02
HexDCC1840C28E2a3845
Octal33430120401450165270105
Binary1101110011000001100001000110010100011101010101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC184; }

 p { color: rgb(220,193,132); }

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

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

 a { background-color: rgb(220,193,132); }

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

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

 span { border-color: rgb(220,193,132); }

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