Shades of Manhattan #DDB179
Tints of Manhattan #DDB179
RGB
CMYK
RGB Variations
Color information
#DDB179 (or 0xDDB179) is known color: Manhattan. HEX triplet: DD, B1 and 79. RGB value is (221,177,121). Sum of RGB (Red+Green+Blue) = 221+177+121=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB179 is #224E86. Grayscale: #B8B8B8. Windows color (decimal): -2248327 or 7975389. OLE color: 7975389.
HSL color Cylindrical-coordinate representation of color #DDB179: hue angle of 33.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDB179 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 121 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.13 |
| HSL | 33.6º | 0.6% | 0.67% | - |
| HSV(B) | 33.6º | 0.45% | 0.87% | - |
| XYZ | 48.99 | 48.2 | 24.81 | - |
| YUV | 183.77 | 92.58 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 121 | 0 | 0.20 | 0.45 | 0.13 | 33.6 | 0.6 | 0.67 |
| Hex | DD | B1 | 79 | 0 | 14 | 2D | D | 22 | 3C | 43 |
| Octal | 335 | 261 | 171 | 0 | 24 | 55 | 15 | 42 | 74 | 103 |
| Binary | 11011101 | 10110001 | 1111001 | 0 | 10100 | 101101 | 1101 | 100010 | 111100 | 1000011 |
Color Harmonies of #DDB179
Complementary color
Monochromatic Colors of #DDB179
Black with #DDB179
Text Example
Text Example
White with #DDB179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB179; }
p { color: rgb(221,177,121); }
H1.HeaderClassName
{
color: #DDB179;
}
.AnyTagClassName
{
color: #DDB179;
}
</style>
background-color css
<style>
a { background-color: #DDB179; }
a { background-color: rgb(221,177,121); }
div.DivClassName
{
background-color: #DDB179;
}
.BgClassName
{
background-color: #DDB179;
}
</style>
border-color css
<style>
span { border-color: #DDB179; }
span { border-color: rgb(221,177,121); }
td.TdClassName
{
border-color: #DDB179;
}
.TagClassName
{
border-color: #DDB179;
}
</style>