Shades of Manhattan #DDB084
Tints of Manhattan #DDB084
RGB
CMYK
RGB Variations
Color information
#DDB084 (or 0xDDB084) is known color: Manhattan. HEX triplet: DD, B0 and 84. RGB value is (221,176,132). Sum of RGB (Red+Green+Blue) = 221+176+132=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB084 is #224F7B. Grayscale: #B8B8B8. Windows color (decimal): -2248572 or 8696029. OLE color: 8696029.
HSL color Cylindrical-coordinate representation of color #DDB084: hue angle of 29.66º degrees, saturation: 0.57, 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 #DDB084 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 132 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.13 |
| HSL | 29.66º | 0.57% | 0.69% | - |
| HSV(B) | 29.66º | 0.4% | 0.87% | - |
| XYZ | 49.51 | 48.09 | 28.5 | - |
| YUV | 184.44 | 98.41 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 132 | 0 | 0.20 | 0.40 | 0.13 | 29.66 | 0.57 | 0.69 |
| Hex | DD | B0 | 84 | 0 | 14 | 28 | D | 1E | 39 | 45 |
| Octal | 335 | 260 | 204 | 0 | 24 | 50 | 15 | 36 | 71 | 105 |
| Binary | 11011101 | 10110000 | 10000100 | 0 | 10100 | 101000 | 1101 | 11110 | 111001 | 1000101 |
Color Harmonies of #DDB084
Complementary color
Monochromatic Colors of #DDB084
Black with #DDB084
Text Example
Text Example
White with #DDB084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB084; }
p { color: rgb(221,176,132); }
H1.HeaderClassName
{
color: #DDB084;
}
.AnyTagClassName
{
color: #DDB084;
}
</style>
background-color css
<style>
a { background-color: #DDB084; }
a { background-color: rgb(221,176,132); }
div.DivClassName
{
background-color: #DDB084;
}
.BgClassName
{
background-color: #DDB084;
}
</style>
border-color css
<style>
span { border-color: #DDB084; }
span { border-color: rgb(221,176,132); }
td.TdClassName
{
border-color: #DDB084;
}
.TagClassName
{
border-color: #DDB084;
}
</style>