#DCC189

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

Shades of Zombie #DCC189

Tints of Zombie #DCC189

Color information

#DCC189 (or 0xDCC189) is unknown color: approx Zombie. HEX triplet: DC, C1 and 89. RGB value is (220,193,137). Sum of RGB (Red+Green+Blue) = 220+193+137=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 137 (53.91% from 255 or 24.91% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC189 is #233E76. Grayscale: #C2C2C2. Windows color (decimal): -2309751 or 9028060. OLE color: 9028060.

HSL color Cylindrical-coordinate representation of color #DCC189: hue angle of 40.48º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCC189 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB220193137-
CMYK00.120.380.14
HSL40.48º54.25%70%-
HSV(B)40.48º37.73%86.27%-
XYZ53.155.1631.52-
YUV194.6995.45146.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40%
GREEN value IS 193 (75.78% from 255) = 35.09%
BLUE value IS 137 (53.91% from 255) = 24.91%
R=40%
G=35.09%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019313700.120.380.1440.4854.2570
HexDCC1890C26E283646
Octal33430121101446165066106
Binary1101110011000001100010010110010011011101010001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC189; }

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

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

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

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

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

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

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

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