Shades of Manhattan #DCB075
Tints of Manhattan #DCB075
RGB
CMYK
RGB Variations
Color information
#DCB075 (or 0xDCB075) is known color: Manhattan. HEX triplet: DC, B0 and 75. RGB value is (220,176,117). Sum of RGB (Red+Green+Blue) = 220+176+117=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB075 is #234F8A. Grayscale: #B6B6B6. Windows color (decimal): -2314123 or 7712988. OLE color: 7712988.
HSL color Cylindrical-coordinate representation of color #DCB075: hue angle of 34.37º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCB075 is Cyan = 0, Magento = 0.2, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 117 | - |
| CMYK | 0 | 0.2 | 0.47 | 0.14 |
| HSL | 34.37º | 0.6% | 0.66% | - |
| HSV(B) | 34.37º | 0.47% | 0.86% | - |
| XYZ | 48.25 | 47.55 | 23.46 | - |
| YUV | 182.43 | 91.08 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 117 | 0 | 0.2 | 0.47 | 0.14 | 34.37 | 0.6 | 0.66 |
| Hex | DC | B0 | 75 | 0 | 14 | 2F | E | 22 | 3C | 42 |
| Octal | 334 | 260 | 165 | 0 | 24 | 57 | 16 | 42 | 74 | 102 |
| Binary | 11011100 | 10110000 | 1110101 | 0 | 10100 | 101111 | 1110 | 100010 | 111100 | 1000010 |
Color Harmonies of #DCB075
Complementary color
Monochromatic Colors of #DCB075
Black with #DCB075
Text Example
Text Example
White with #DCB075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB075; }
p { color: rgb(220,176,117); }
H1.HeaderClassName
{
color: #DCB075;
}
.AnyTagClassName
{
color: #DCB075;
}
</style>
background-color css
<style>
a { background-color: #DCB075; }
a { background-color: rgb(220,176,117); }
div.DivClassName
{
background-color: #DCB075;
}
.BgClassName
{
background-color: #DCB075;
}
</style>
border-color css
<style>
span { border-color: #DCB075; }
span { border-color: rgb(220,176,117); }
td.TdClassName
{
border-color: #DCB075;
}
.TagClassName
{
border-color: #DCB075;
}
</style>