Shades of Manhattan #DCB180
Tints of Manhattan #DCB180
RGB
CMYK
RGB Variations
Color information
#DCB180 (or 0xDCB180) is known color: 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
| RGB | 220 | 177 | 128 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.14 |
| HSL | 31.96º | 0.57% | 0.68% | - |
| HSV(B) | 31.96º | 0.42% | 0.86% | - |
| XYZ | 49.13 | 48.22 | 27.14 | - |
| YUV | 184.27 | 96.25 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 128 | 0 | 0.20 | 0.42 | 0.14 | 31.96 | 0.57 | 0.68 |
| Hex | DC | B1 | 80 | 0 | 14 | 2A | E | 20 | 39 | 44 |
| Octal | 334 | 261 | 200 | 0 | 24 | 52 | 16 | 40 | 71 | 104 |
| Binary | 11011100 | 10110001 | 10000000 | 0 | 10100 | 101010 | 1110 | 100000 | 111001 | 1000100 |
Color Harmonies of #DCB180
Complementary color
Monochromatic Colors of #DCB180
Black with #DCB180
Text Example
Text Example
White with #DCB180
Text Example
Text Example
HTML Codes & Css Web 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>