Shades of Manhattan #DDB185
Tints of Manhattan #DDB185
RGB
CMYK
RGB Variations
Color information
#DDB185 (or 0xDDB185) is known color: Manhattan. HEX triplet: DD, B1 and 85. RGB value is (221,177,133). Sum of RGB (Red+Green+Blue) = 221+177+133=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB185 is #224E7A. Grayscale: #B9B9B9. Windows color (decimal): -2248315 or 8761821. OLE color: 8761821.
HSL color Cylindrical-coordinate representation of color #DDB185: hue angle of 30º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDB185 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 133 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.13 |
| HSL | 30º | 0.56% | 0.69% | - |
| HSV(B) | 30º | 0.4% | 0.87% | - |
| XYZ | 49.77 | 48.51 | 28.93 | - |
| YUV | 185.14 | 98.58 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 133 | 0 | 0.20 | 0.40 | 0.13 | 30 | 0.56 | 0.69 |
| Hex | DD | B1 | 85 | 0 | 14 | 28 | D | 1E | 38 | 45 |
| Octal | 335 | 261 | 205 | 0 | 24 | 50 | 15 | 36 | 70 | 105 |
| Binary | 11011101 | 10110001 | 10000101 | 0 | 10100 | 101000 | 1101 | 11110 | 111000 | 1000101 |
Color Harmonies of #DDB185
Complementary color
Monochromatic Colors of #DDB185
Black with #DDB185
Text Example
Text Example
White with #DDB185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB185; }
p { color: rgb(221,177,133); }
H1.HeaderClassName
{
color: #DDB185;
}
.AnyTagClassName
{
color: #DDB185;
}
</style>
background-color css
<style>
a { background-color: #DDB185; }
a { background-color: rgb(221,177,133); }
div.DivClassName
{
background-color: #DDB185;
}
.BgClassName
{
background-color: #DDB185;
}
</style>
border-color css
<style>
span { border-color: #DDB185; }
span { border-color: rgb(221,177,133); }
td.TdClassName
{
border-color: #DDB185;
}
.TagClassName
{
border-color: #DDB185;
}
</style>