Shades of Manhattan #DCB085
Tints of Manhattan #DCB085
RGB
CMYK
RGB Variations
Color information
#DCB085 (or 0xDCB085) is known color: Manhattan. HEX triplet: DC, B0 and 85. RGB value is (220,176,133). Sum of RGB (Red+Green+Blue) = 220+176+133=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB085 is #234F7A. Grayscale: #B8B8B8. Windows color (decimal): -2314107 or 8761564. OLE color: 8761564.
HSL color Cylindrical-coordinate representation of color #DCB085: hue angle of 29.66º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCB085 is Cyan = 0, Magento = 0.2, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 133 | - |
| CMYK | 0 | 0.2 | 0.40 | 0.14 |
| HSL | 29.66º | 0.55% | 0.69% | - |
| HSV(B) | 29.66º | 0.4% | 0.86% | - |
| XYZ | 49.27 | 47.96 | 28.85 | - |
| YUV | 184.25 | 99.08 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 133 | 0 | 0.2 | 0.40 | 0.14 | 29.66 | 0.55 | 0.69 |
| Hex | DC | B0 | 85 | 0 | 14 | 28 | E | 1E | 37 | 45 |
| Octal | 334 | 260 | 205 | 0 | 24 | 50 | 16 | 36 | 67 | 105 |
| Binary | 11011100 | 10110000 | 10000101 | 0 | 10100 | 101000 | 1110 | 11110 | 110111 | 1000101 |
Color Harmonies of #DCB085
Complementary color
Monochromatic Colors of #DCB085
Black with #DCB085
Text Example
Text Example
White with #DCB085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB085; }
p { color: rgb(220,176,133); }
H1.HeaderClassName
{
color: #DCB085;
}
.AnyTagClassName
{
color: #DCB085;
}
</style>
background-color css
<style>
a { background-color: #DCB085; }
a { background-color: rgb(220,176,133); }
div.DivClassName
{
background-color: #DCB085;
}
.BgClassName
{
background-color: #DCB085;
}
</style>
border-color css
<style>
span { border-color: #DCB085; }
span { border-color: rgb(220,176,133); }
td.TdClassName
{
border-color: #DCB085;
}
.TagClassName
{
border-color: #DCB085;
}
</style>