#DCB180

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

Shades of Manhattan #DCB180

Tints of Manhattan #DCB180

Color information

#DCB180 (or 0xDCB180) is unknown color: approx Manhattan. HEX triplet: DC, B1 and 80. RGB value is (220,177,128). Sum of RGB (Red+Green+Blue) = 220+177+128=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB180 is #234E7F. Grayscale: #B8B8B8. Windows color (decimal): -2313856 or 8434140. OLE color: 8434140.

HSL color Cylindrical-coordinate representation of color #DCB180: hue angle of 31.96º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCB180 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB220177128-
CMYK00.200.420.14
HSL31.96º56.79%68.24%-
HSV(B)31.96º41.82%86.27%-
XYZ49.1348.2227.14-
YUV184.2796.25153.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.90%
GREEN value IS 177 (69.53% from 255) = 33.71%
BLUE value IS 128 (50.39% from 255) = 24.38%
R=41.90%
G=33.71%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017712800.200.420.1431.9656.7968.24
HexDCB1800142AE203944
Octal33426120002452164071104
Binary11011100101100011000000001010010101011101000001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB180; }

 p { color: rgb(220,177,128); }

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

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

 a { background-color: rgb(220,177,128); }

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

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

 span { border-color: rgb(220,177,128); }

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