Shades of Manhattan #DCB178
Tints of Manhattan #DCB178
RGB
CMYK
RGB Variations
Color information
#DCB178 (or 0xDCB178) is known color: Manhattan. HEX triplet: DC, B1 and 78. RGB value is (220,177,120). Sum of RGB (Red+Green+Blue) = 220+177+120=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB178 is #234E87. Grayscale: #B7B7B7. Windows color (decimal): -2313864 or 7909852. OLE color: 7909852.
HSL color Cylindrical-coordinate representation of color #DCB178: hue angle of 34.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCB178 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 120 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.14 |
| HSL | 34.2º | 0.59% | 0.67% | - |
| HSV(B) | 34.2º | 0.45% | 0.86% | - |
| XYZ | 48.63 | 48.02 | 24.47 | - |
| YUV | 183.36 | 92.25 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 120 | 0 | 0.20 | 0.45 | 0.14 | 34.2 | 0.59 | 0.67 |
| Hex | DC | B1 | 78 | 0 | 14 | 2D | E | 22 | 3B | 43 |
| Octal | 334 | 261 | 170 | 0 | 24 | 55 | 16 | 42 | 73 | 103 |
| Binary | 11011100 | 10110001 | 1111000 | 0 | 10100 | 101101 | 1110 | 100010 | 111011 | 1000011 |
Color Harmonies of #DCB178
Complementary color
Monochromatic Colors of #DCB178
Black with #DCB178
Text Example
Text Example
White with #DCB178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB178; }
p { color: rgb(220,177,120); }
H1.HeaderClassName
{
color: #DCB178;
}
.AnyTagClassName
{
color: #DCB178;
}
</style>
background-color css
<style>
a { background-color: #DCB178; }
a { background-color: rgb(220,177,120); }
div.DivClassName
{
background-color: #DCB178;
}
.BgClassName
{
background-color: #DCB178;
}
</style>
border-color css
<style>
span { border-color: #DCB178; }
span { border-color: rgb(220,177,120); }
td.TdClassName
{
border-color: #DCB178;
}
.TagClassName
{
border-color: #DCB178;
}
</style>