Shades of Manhattan #DDB086
Tints of Manhattan #DDB086
RGB
CMYK
RGB Variations
Color information
#DDB086 (or 0xDDB086) is known color: Manhattan. HEX triplet: DD, B0 and 86. RGB value is (221,176,134). Sum of RGB (Red+Green+Blue) = 221+176+134=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB086 is #224F79. Grayscale: #B8B8B8. Windows color (decimal): -2248570 or 8827101. OLE color: 8827101.
HSL color Cylindrical-coordinate representation of color #DDB086: hue angle of 28.97º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDB086 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 134 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.13 |
| HSL | 28.97º | 0.56% | 0.7% | - |
| HSV(B) | 28.97º | 0.39% | 0.87% | - |
| XYZ | 49.65 | 48.14 | 29.23 | - |
| YUV | 184.67 | 99.41 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 134 | 0 | 0.20 | 0.39 | 0.13 | 28.97 | 0.56 | 0.7 |
| Hex | DD | B0 | 86 | 0 | 14 | 27 | D | 1D | 38 | 46 |
| Octal | 335 | 260 | 206 | 0 | 24 | 47 | 15 | 35 | 70 | 106 |
| Binary | 11011101 | 10110000 | 10000110 | 0 | 10100 | 100111 | 1101 | 11101 | 111000 | 1000110 |
Color Harmonies of #DDB086
Complementary color
Monochromatic Colors of #DDB086
Black with #DDB086
Text Example
Text Example
White with #DDB086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB086; }
p { color: rgb(221,176,134); }
H1.HeaderClassName
{
color: #DDB086;
}
.AnyTagClassName
{
color: #DDB086;
}
</style>
background-color css
<style>
a { background-color: #DDB086; }
a { background-color: rgb(221,176,134); }
div.DivClassName
{
background-color: #DDB086;
}
.BgClassName
{
background-color: #DDB086;
}
</style>
border-color css
<style>
span { border-color: #DDB086; }
span { border-color: rgb(221,176,134); }
td.TdClassName
{
border-color: #DDB086;
}
.TagClassName
{
border-color: #DDB086;
}
</style>