#DCC185

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

Shades of Zombie #DCC185

Tints of Zombie #DCC185

Color information

#DCC185 (or 0xDCC185) is unknown color: approx Zombie. HEX triplet: DC, C1 and 85. RGB value is (220,193,133). Sum of RGB (Red+Green+Blue) = 220+193+133=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC185 is #233E7A. Grayscale: #C2C2C2. Windows color (decimal): -2309755 or 8765916. OLE color: 8765916.

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

Color convert

RGB220193133-
CMYK00.120.400.14
HSL41.38º55.41%69.22%-
HSV(B)41.38º39.55%86.27%-
XYZ52.8255.0530.03-
YUV194.2393.45146.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.29%
GREEN value IS 193 (75.78% from 255) = 35.35%
BLUE value IS 133 (52.34% from 255) = 24.36%
R=40.29%
G=35.35%
B=24.36%

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
Decimal22019313300.120.400.1441.3855.4169.22
HexDCC1850C28E293745
Octal33430120501450165167105
Binary1101110011000001100001010110010100011101010011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC185; }

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

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

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

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

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

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

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

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