Shades of Manhattan #DDB182
Tints of Manhattan #DDB182
RGB
CMYK
RGB Variations
Color information
#DDB182 (or 0xDDB182) is known color: Manhattan. HEX triplet: DD, B1 and 82. RGB value is (221,177,130). Sum of RGB (Red+Green+Blue) = 221+177+130=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB182 is #224E7D. Grayscale: #B9B9B9. Windows color (decimal): -2248318 or 8565213. OLE color: 8565213.
HSL color Cylindrical-coordinate representation of color #DDB182: hue angle of 30.99º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDB182 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 130 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.13 |
| HSL | 30.99º | 0.57% | 0.69% | - |
| HSV(B) | 30.99º | 0.41% | 0.87% | - |
| XYZ | 49.57 | 48.43 | 27.85 | - |
| YUV | 184.8 | 97.08 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 130 | 0 | 0.20 | 0.41 | 0.13 | 30.99 | 0.57 | 0.69 |
| Hex | DD | B1 | 82 | 0 | 14 | 29 | D | 1F | 39 | 45 |
| Octal | 335 | 261 | 202 | 0 | 24 | 51 | 15 | 37 | 71 | 105 |
| Binary | 11011101 | 10110001 | 10000010 | 0 | 10100 | 101001 | 1101 | 11111 | 111001 | 1000101 |
Color Harmonies of #DDB182
Complementary color
Monochromatic Colors of #DDB182
Black with #DDB182
Text Example
Text Example
White with #DDB182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB182; }
p { color: rgb(221,177,130); }
H1.HeaderClassName
{
color: #DDB182;
}
.AnyTagClassName
{
color: #DDB182;
}
</style>
background-color css
<style>
a { background-color: #DDB182; }
a { background-color: rgb(221,177,130); }
div.DivClassName
{
background-color: #DDB182;
}
.BgClassName
{
background-color: #DDB182;
}
</style>
border-color css
<style>
span { border-color: #DDB182; }
span { border-color: rgb(221,177,130); }
td.TdClassName
{
border-color: #DDB182;
}
.TagClassName
{
border-color: #DDB182;
}
</style>