Shades of Manhattan #DDB082
Tints of Manhattan #DDB082
RGB
CMYK
RGB Variations
Color information
#DDB082 (or 0xDDB082) is known color: Manhattan. HEX triplet: DD, B0 and 82. RGB value is (221,176,130). Sum of RGB (Red+Green+Blue) = 221+176+130=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB082 is #224F7D. Grayscale: #B8B8B8. Windows color (decimal): -2248574 or 8564957. OLE color: 8564957.
HSL color Cylindrical-coordinate representation of color #DDB082: hue angle of 30.33º 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 #DDB082 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 130 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.13 |
| HSL | 30.33º | 0.57% | 0.69% | - |
| HSV(B) | 30.33º | 0.41% | 0.87% | - |
| XYZ | 49.37 | 48.03 | 27.79 | - |
| YUV | 184.21 | 97.41 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 130 | 0 | 0.20 | 0.41 | 0.13 | 30.33 | 0.57 | 0.69 |
| Hex | DD | B0 | 82 | 0 | 14 | 29 | D | 1E | 39 | 45 |
| Octal | 335 | 260 | 202 | 0 | 24 | 51 | 15 | 36 | 71 | 105 |
| Binary | 11011101 | 10110000 | 10000010 | 0 | 10100 | 101001 | 1101 | 11110 | 111001 | 1000101 |
Color Harmonies of #DDB082
Complementary color
Monochromatic Colors of #DDB082
Black with #DDB082
Text Example
Text Example
White with #DDB082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB082; }
p { color: rgb(221,176,130); }
H1.HeaderClassName
{
color: #DDB082;
}
.AnyTagClassName
{
color: #DDB082;
}
</style>
background-color css
<style>
a { background-color: #DDB082; }
a { background-color: rgb(221,176,130); }
div.DivClassName
{
background-color: #DDB082;
}
.BgClassName
{
background-color: #DDB082;
}
</style>
border-color css
<style>
span { border-color: #DDB082; }
span { border-color: rgb(221,176,130); }
td.TdClassName
{
border-color: #DDB082;
}
.TagClassName
{
border-color: #DDB082;
}
</style>