#DCB181

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

Shades of Manhattan #DCB181

Tints of Manhattan #DCB181

Color information

#DCB181 (or 0xDCB181) is unknown color: approx Manhattan. HEX triplet: DC, B1 and 81. RGB value is (220,177,129). Sum of RGB (Red+Green+Blue) = 220+177+129=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 129 (50.78% from 255 or 24.52% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB181 is #234E7E. Grayscale: #B8B8B8. Windows color (decimal): -2313855 or 8499676. OLE color: 8499676.

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

Color convert

RGB220177129-
CMYK00.200.410.14
HSL31.65º56.52%68.43%-
HSV(B)31.65º41.36%86.27%-
XYZ49.248.2427.49-
YUV184.3896.75153.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.83%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 129 (50.78% from 255) = 24.52%
R=41.83%
G=33.65%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017712900.200.410.1431.6556.5268.43
HexDCB18101429E203944
Octal33426120102451164071104
Binary11011100101100011000000101010010100111101000001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB181; }

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

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

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

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

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

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

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

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