Shades of Manhattan #DDB176
Tints of Manhattan #DDB176
RGB
CMYK
RGB Variations
Color information
#DDB176 (or 0xDDB176) is known color: Manhattan. HEX triplet: DD, B1 and 76. RGB value is (221,177,118). Sum of RGB (Red+Green+Blue) = 221+177+118=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB176 is #224E89. Grayscale: #B7B7B7. Windows color (decimal): -2248330 or 7778781. OLE color: 7778781.
HSL color Cylindrical-coordinate representation of color #DDB176: hue angle of 34.37º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDB176 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 118 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.13 |
| HSL | 34.37º | 0.6% | 0.66% | - |
| HSV(B) | 34.37º | 0.47% | 0.87% | - |
| XYZ | 48.81 | 48.12 | 23.86 | - |
| YUV | 183.43 | 91.08 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 118 | 0 | 0.20 | 0.47 | 0.13 | 34.37 | 0.6 | 0.66 |
| Hex | DD | B1 | 76 | 0 | 14 | 2F | D | 22 | 3C | 42 |
| Octal | 335 | 261 | 166 | 0 | 24 | 57 | 15 | 42 | 74 | 102 |
| Binary | 11011101 | 10110001 | 1110110 | 0 | 10100 | 101111 | 1101 | 100010 | 111100 | 1000010 |
Color Harmonies of #DDB176
Complementary color
Monochromatic Colors of #DDB176
Black with #DDB176
Text Example
Text Example
White with #DDB176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB176; }
p { color: rgb(221,177,118); }
H1.HeaderClassName
{
color: #DDB176;
}
.AnyTagClassName
{
color: #DDB176;
}
</style>
background-color css
<style>
a { background-color: #DDB176; }
a { background-color: rgb(221,177,118); }
div.DivClassName
{
background-color: #DDB176;
}
.BgClassName
{
background-color: #DDB176;
}
</style>
border-color css
<style>
span { border-color: #DDB176; }
span { border-color: rgb(221,177,118); }
td.TdClassName
{
border-color: #DDB176;
}
.TagClassName
{
border-color: #DDB176;
}
</style>