#DCB182

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

Shades of Manhattan #DCB182

Tints of Manhattan #DCB182

Color information

#DCB182 (or 0xDCB182) is unknown color: approx Manhattan. HEX triplet: DC, B1 and 82. RGB value is (220,177,130). Sum of RGB (Red+Green+Blue) = 220+177+130=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB182 is #234E7D. Grayscale: #B8B8B8. Windows color (decimal): -2313854 or 8565212. OLE color: 8565212.

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

Color convert

RGB220177130-
CMYK00.200.410.14
HSL31.33º56.25%68.63%-
HSV(B)31.33º40.91%86.27%-
XYZ49.2748.2727.84-
YUV184.597.25153.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.75%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 130 (51.17% from 255) = 24.67%
R=41.75%
G=33.59%
B=24.67%

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
Decimal22017713000.200.410.1431.3356.2568.63
HexDCB18201429E1f3845
Octal33426120202451163770105
Binary1101110010110001100000100101001010011110111111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB182; }

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

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

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

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

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

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

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

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