Shades of Manhattan #DCB082
Tints of Manhattan #DCB082
RGB
CMYK
RGB Variations
Color information
#DCB082 (or 0xDCB082) is known color: Manhattan. HEX triplet: DC, B0 and 82. RGB value is (220,176,130). Sum of RGB (Red+Green+Blue) = 220+176+130=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB082 is #234F7D. Grayscale: #B8B8B8. Windows color (decimal): -2314110 or 8564956. OLE color: 8564956.
HSL color Cylindrical-coordinate representation of color #DCB082: hue angle of 30.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCB082 is Cyan = 0, Magento = 0.2, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 130 | - |
| CMYK | 0 | 0.2 | 0.41 | 0.14 |
| HSL | 30.67º | 0.56% | 0.69% | - |
| HSV(B) | 30.67º | 0.41% | 0.86% | - |
| XYZ | 49.07 | 47.88 | 27.77 | - |
| YUV | 183.91 | 97.58 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 130 | 0 | 0.2 | 0.41 | 0.14 | 30.67 | 0.56 | 0.69 |
| Hex | DC | B0 | 82 | 0 | 14 | 29 | E | 1F | 38 | 45 |
| Octal | 334 | 260 | 202 | 0 | 24 | 51 | 16 | 37 | 70 | 105 |
| Binary | 11011100 | 10110000 | 10000010 | 0 | 10100 | 101001 | 1110 | 11111 | 111000 | 1000101 |
Color Harmonies of #DCB082
Complementary color
Monochromatic Colors of #DCB082
Black with #DCB082
Text Example
Text Example
White with #DCB082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB082; }
p { color: rgb(220,176,130); }
H1.HeaderClassName
{
color: #DCB082;
}
.AnyTagClassName
{
color: #DCB082;
}
</style>
background-color css
<style>
a { background-color: #DCB082; }
a { background-color: rgb(220,176,130); }
div.DivClassName
{
background-color: #DCB082;
}
.BgClassName
{
background-color: #DCB082;
}
</style>
border-color css
<style>
span { border-color: #DCB082; }
span { border-color: rgb(220,176,130); }
td.TdClassName
{
border-color: #DCB082;
}
.TagClassName
{
border-color: #DCB082;
}
</style>