Shades of Manhattan #DDB080
Tints of Manhattan #DDB080
RGB
CMYK
RGB Variations
Color information
#DDB080 (or 0xDDB080) is known color: Manhattan. HEX triplet: DD, B0 and 80. RGB value is (221,176,128). Sum of RGB (Red+Green+Blue) = 221+176+128=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB080 is #224F7F. Grayscale: #B8B8B8. Windows color (decimal): -2248576 or 8433885. OLE color: 8433885.
HSL color Cylindrical-coordinate representation of color #DDB080: hue angle of 30.97º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDB080 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 128 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.13 |
| HSL | 30.97º | 0.58% | 0.68% | - |
| HSV(B) | 30.97º | 0.42% | 0.87% | - |
| XYZ | 49.24 | 47.98 | 27.09 | - |
| YUV | 183.98 | 96.41 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 128 | 0 | 0.20 | 0.42 | 0.13 | 30.97 | 0.58 | 0.68 |
| Hex | DD | B0 | 80 | 0 | 14 | 2A | D | 1F | 3A | 44 |
| Octal | 335 | 260 | 200 | 0 | 24 | 52 | 15 | 37 | 72 | 104 |
| Binary | 11011101 | 10110000 | 10000000 | 0 | 10100 | 101010 | 1101 | 11111 | 111010 | 1000100 |
Color Harmonies of #DDB080
Complementary color
Monochromatic Colors of #DDB080
Black with #DDB080
Text Example
Text Example
White with #DDB080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB080; }
p { color: rgb(221,176,128); }
H1.HeaderClassName
{
color: #DDB080;
}
.AnyTagClassName
{
color: #DDB080;
}
</style>
background-color css
<style>
a { background-color: #DDB080; }
a { background-color: rgb(221,176,128); }
div.DivClassName
{
background-color: #DDB080;
}
.BgClassName
{
background-color: #DDB080;
}
</style>
border-color css
<style>
span { border-color: #DDB080; }
span { border-color: rgb(221,176,128); }
td.TdClassName
{
border-color: #DDB080;
}
.TagClassName
{
border-color: #DDB080;
}
</style>