Shades of Manhattan #DDB180
Tints of Manhattan #DDB180
RGB
CMYK
RGB Variations
Color information
#DDB180 (or 0xDDB180) is known color: Manhattan. HEX triplet: DD, B1 and 80. RGB value is (221,177,128). Sum of RGB (Red+Green+Blue) = 221+177+128=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB180 is #224E7F. Grayscale: #B8B8B8. Windows color (decimal): -2248320 or 8434141. OLE color: 8434141.
HSL color Cylindrical-coordinate representation of color #DDB180: hue angle of 31.61º 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 #DDB180 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 128 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.13 |
| HSL | 31.61º | 0.58% | 0.68% | - |
| HSV(B) | 31.61º | 0.42% | 0.87% | - |
| XYZ | 49.44 | 48.37 | 27.15 | - |
| YUV | 184.57 | 96.08 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 128 | 0 | 0.20 | 0.42 | 0.13 | 31.61 | 0.58 | 0.68 |
| Hex | DD | B1 | 80 | 0 | 14 | 2A | D | 20 | 3A | 44 |
| Octal | 335 | 261 | 200 | 0 | 24 | 52 | 15 | 40 | 72 | 104 |
| Binary | 11011101 | 10110001 | 10000000 | 0 | 10100 | 101010 | 1101 | 100000 | 111010 | 1000100 |
Color Harmonies of #DDB180
Complementary color
Monochromatic Colors of #DDB180
Black with #DDB180
Text Example
Text Example
White with #DDB180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB180; }
p { color: rgb(221,177,128); }
H1.HeaderClassName
{
color: #DDB180;
}
.AnyTagClassName
{
color: #DDB180;
}
</style>
background-color css
<style>
a { background-color: #DDB180; }
a { background-color: rgb(221,177,128); }
div.DivClassName
{
background-color: #DDB180;
}
.BgClassName
{
background-color: #DDB180;
}
</style>
border-color css
<style>
span { border-color: #DDB180; }
span { border-color: rgb(221,177,128); }
td.TdClassName
{
border-color: #DDB180;
}
.TagClassName
{
border-color: #DDB180;
}
</style>