#DCC085

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

Shades of Zombie #DCC085

Tints of Zombie #DCC085

Color information

#DCC085 (or 0xDCC085) is unknown color: approx Zombie. HEX triplet: DC, C0 and 85. RGB value is (220,192,133). Sum of RGB (Red+Green+Blue) = 220+192+133=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC085 is #233F7A. Grayscale: #C1C1C1. Windows color (decimal): -2310011 or 8765660. OLE color: 8765660.

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

Color convert

RGB220192133-
CMYK00.130.400.14
HSL40.69º55.41%69.22%-
HSV(B)40.69º39.55%86.27%-
XYZ52.654.6129.96-
YUV193.6593.78146.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 192 (75.39% from 255) = 35.23%
BLUE value IS 133 (52.34% from 255) = 24.40%
R=40.37%
G=35.23%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019213300.130.400.1440.6955.4169.22
HexDCC0850D28E293745
Octal33430020501550165167105
Binary1101110011000000100001010110110100011101010011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC085; }

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

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

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

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

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

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

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

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