Shades of Manhattan #DCB077
Tints of Manhattan #DCB077
RGB
CMYK
RGB Variations
Color information
#DCB077 (or 0xDCB077) is known color: Manhattan. HEX triplet: DC, B0 and 77. RGB value is (220,176,119). Sum of RGB (Red+Green+Blue) = 220+176+119=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB077 is #234F88. Grayscale: #B6B6B6. Windows color (decimal): -2314121 or 7844060. OLE color: 7844060.
HSL color Cylindrical-coordinate representation of color #DCB077: hue angle of 33.86º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCB077 is Cyan = 0, Magento = 0.2, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 119 | - |
| CMYK | 0 | 0.2 | 0.46 | 0.14 |
| HSL | 33.86º | 0.59% | 0.66% | - |
| HSV(B) | 33.86º | 0.46% | 0.86% | - |
| XYZ | 48.37 | 47.6 | 24.09 | - |
| YUV | 182.66 | 92.08 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 119 | 0 | 0.2 | 0.46 | 0.14 | 33.86 | 0.59 | 0.66 |
| Hex | DC | B0 | 77 | 0 | 14 | 2E | E | 22 | 3B | 42 |
| Octal | 334 | 260 | 167 | 0 | 24 | 56 | 16 | 42 | 73 | 102 |
| Binary | 11011100 | 10110000 | 1110111 | 0 | 10100 | 101110 | 1110 | 100010 | 111011 | 1000010 |
Color Harmonies of #DCB077
Complementary color
Monochromatic Colors of #DCB077
Black with #DCB077
Text Example
Text Example
White with #DCB077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB077; }
p { color: rgb(220,176,119); }
H1.HeaderClassName
{
color: #DCB077;
}
.AnyTagClassName
{
color: #DCB077;
}
</style>
background-color css
<style>
a { background-color: #DCB077; }
a { background-color: rgb(220,176,119); }
div.DivClassName
{
background-color: #DCB077;
}
.BgClassName
{
background-color: #DCB077;
}
</style>
border-color css
<style>
span { border-color: #DCB077; }
span { border-color: rgb(220,176,119); }
td.TdClassName
{
border-color: #DCB077;
}
.TagClassName
{
border-color: #DCB077;
}
</style>