Shades of Manhattan #DCB183
Tints of Manhattan #DCB183
RGB
CMYK
RGB Variations
Color information
#DCB183 (or 0xDCB183) is known color: Manhattan. HEX triplet: DC, B1 and 83. RGB value is (220,177,131). Sum of RGB (Red+Green+Blue) = 220+177+131=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB183 is #234E7C. Grayscale: #B8B8B8. Windows color (decimal): -2313853 or 8630748. OLE color: 8630748.
HSL color Cylindrical-coordinate representation of color #DCB183: hue angle of 31.01º degrees, saturation: 0.56, 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 #DCB183 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 131 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.14 |
| HSL | 31.01º | 0.56% | 0.69% | - |
| HSV(B) | 31.01º | 0.4% | 0.86% | - |
| XYZ | 49.33 | 48.3 | 28.2 | - |
| YUV | 184.61 | 97.75 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 131 | 0 | 0.20 | 0.40 | 0.14 | 31.01 | 0.56 | 0.69 |
| Hex | DC | B1 | 83 | 0 | 14 | 28 | E | 1F | 38 | 45 |
| Octal | 334 | 261 | 203 | 0 | 24 | 50 | 16 | 37 | 70 | 105 |
| Binary | 11011100 | 10110001 | 10000011 | 0 | 10100 | 101000 | 1110 | 11111 | 111000 | 1000101 |
Color Harmonies of #DCB183
Complementary color
Monochromatic Colors of #DCB183
Black with #DCB183
Text Example
Text Example
White with #DCB183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB183; }
p { color: rgb(220,177,131); }
H1.HeaderClassName
{
color: #DCB183;
}
.AnyTagClassName
{
color: #DCB183;
}
</style>
background-color css
<style>
a { background-color: #DCB183; }
a { background-color: rgb(220,177,131); }
div.DivClassName
{
background-color: #DCB183;
}
.BgClassName
{
background-color: #DCB183;
}
</style>
border-color css
<style>
span { border-color: #DCB183; }
span { border-color: rgb(220,177,131); }
td.TdClassName
{
border-color: #DCB183;
}
.TagClassName
{
border-color: #DCB183;
}
</style>