Shades of Manhattan #DCB076
Tints of Manhattan #DCB076
RGB
CMYK
RGB Variations
Color information
#DCB076 (or 0xDCB076) is known color: Manhattan. HEX triplet: DC, B0 and 76. RGB value is (220,176,118). Sum of RGB (Red+Green+Blue) = 220+176+118=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB076 is #234F89. Grayscale: #B6B6B6. Windows color (decimal): -2314122 or 7778524. OLE color: 7778524.
HSL color Cylindrical-coordinate representation of color #DCB076: hue angle of 34.12º 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 #DCB076 is Cyan = 0, Magento = 0.2, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 118 | - |
| CMYK | 0 | 0.2 | 0.46 | 0.14 |
| HSL | 34.12º | 0.59% | 0.66% | - |
| HSV(B) | 34.12º | 0.46% | 0.86% | - |
| XYZ | 48.31 | 47.57 | 23.78 | - |
| YUV | 182.54 | 91.58 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 118 | 0 | 0.2 | 0.46 | 0.14 | 34.12 | 0.59 | 0.66 |
| Hex | DC | B0 | 76 | 0 | 14 | 2E | E | 22 | 3B | 42 |
| Octal | 334 | 260 | 166 | 0 | 24 | 56 | 16 | 42 | 73 | 102 |
| Binary | 11011100 | 10110000 | 1110110 | 0 | 10100 | 101110 | 1110 | 100010 | 111011 | 1000010 |
Color Harmonies of #DCB076
Complementary color
Monochromatic Colors of #DCB076
Black with #DCB076
Text Example
Text Example
White with #DCB076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB076; }
p { color: rgb(220,176,118); }
H1.HeaderClassName
{
color: #DCB076;
}
.AnyTagClassName
{
color: #DCB076;
}
</style>
background-color css
<style>
a { background-color: #DCB076; }
a { background-color: rgb(220,176,118); }
div.DivClassName
{
background-color: #DCB076;
}
.BgClassName
{
background-color: #DCB076;
}
</style>
border-color css
<style>
span { border-color: #DCB076; }
span { border-color: rgb(220,176,118); }
td.TdClassName
{
border-color: #DCB076;
}
.TagClassName
{
border-color: #DCB076;
}
</style>