Shades of Manhattan #DCB181
Tints of Manhattan #DCB181
RGB
CMYK
RGB Variations
Color information
#DCB181 (or 0xDCB181) is known color: 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
| RGB | 220 | 177 | 129 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.14 |
| HSL | 31.65º | 0.57% | 0.68% | - |
| HSV(B) | 31.65º | 0.41% | 0.86% | - |
| XYZ | 49.2 | 48.24 | 27.49 | - |
| YUV | 184.39 | 96.75 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 129 | 0 | 0.20 | 0.41 | 0.14 | 31.65 | 0.57 | 0.68 |
| Hex | DC | B1 | 81 | 0 | 14 | 29 | E | 20 | 39 | 44 |
| Octal | 334 | 261 | 201 | 0 | 24 | 51 | 16 | 40 | 71 | 104 |
| Binary | 11011100 | 10110001 | 10000001 | 0 | 10100 | 101001 | 1110 | 100000 | 111001 | 1000100 |
Color Harmonies of #DCB181
Complementary color
Monochromatic Colors of #DCB181
Black with #DCB181
Text Example
Text Example
White with #DCB181
Text Example
Text Example
HTML Codes & Css Web 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>