Shades of Manhattan #DCB083
Tints of Manhattan #DCB083
RGB
CMYK
RGB Variations
Color information
#DCB083 (or 0xDCB083) is known color: Manhattan. HEX triplet: DC, B0 and 83. RGB value is (220,176,131). Sum of RGB (Red+Green+Blue) = 220+176+131=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 131 (51.56% from 255 or 24.86% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB083 is #234F7C. Grayscale: #B8B8B8. Windows color (decimal): -2314109 or 8630492. OLE color: 8630492.
HSL color Cylindrical-coordinate representation of color #DCB083: hue angle of 30.34º 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 #DCB083 is Cyan = 0, Magento = 0.2, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 131 | - |
| CMYK | 0 | 0.2 | 0.40 | 0.14 |
| HSL | 30.34º | 0.56% | 0.69% | - |
| HSV(B) | 30.34º | 0.4% | 0.86% | - |
| XYZ | 49.14 | 47.91 | 28.13 | - |
| YUV | 184.03 | 98.08 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 131 | 0 | 0.2 | 0.40 | 0.14 | 30.34 | 0.56 | 0.69 |
| Hex | DC | B0 | 83 | 0 | 14 | 28 | E | 1E | 38 | 45 |
| Octal | 334 | 260 | 203 | 0 | 24 | 50 | 16 | 36 | 70 | 105 |
| Binary | 11011100 | 10110000 | 10000011 | 0 | 10100 | 101000 | 1110 | 11110 | 111000 | 1000101 |
Color Harmonies of #DCB083
Complementary color
Monochromatic Colors of #DCB083
Black with #DCB083
Text Example
Text Example
White with #DCB083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB083; }
p { color: rgb(220,176,131); }
H1.HeaderClassName
{
color: #DCB083;
}
.AnyTagClassName
{
color: #DCB083;
}
</style>
background-color css
<style>
a { background-color: #DCB083; }
a { background-color: rgb(220,176,131); }
div.DivClassName
{
background-color: #DCB083;
}
.BgClassName
{
background-color: #DCB083;
}
</style>
border-color css
<style>
span { border-color: #DCB083; }
span { border-color: rgb(220,176,131); }
td.TdClassName
{
border-color: #DCB083;
}
.TagClassName
{
border-color: #DCB083;
}
</style>