Shades of Manhattan #DDB17C
Tints of Manhattan #DDB17C
RGB
CMYK
RGB Variations
Color information
#DDB17C (or 0xDDB17C) is known color: Manhattan. HEX triplet: DD, B1 and 7C. RGB value is (221,177,124). Sum of RGB (Red+Green+Blue) = 221+177+124=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB17C is #224E83. Grayscale: #B8B8B8. Windows color (decimal): -2248324 or 8171997. OLE color: 8171997.
HSL color Cylindrical-coordinate representation of color #DDB17C: hue angle of 32.78º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDB17C is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 124 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.13 |
| HSL | 32.78º | 0.59% | 0.68% | - |
| HSV(B) | 32.78º | 0.44% | 0.87% | - |
| XYZ | 49.18 | 48.27 | 25.79 | - |
| YUV | 184.11 | 94.08 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 124 | 0 | 0.20 | 0.44 | 0.13 | 32.78 | 0.59 | 0.68 |
| Hex | DD | B1 | 7C | 0 | 14 | 2C | D | 21 | 3B | 44 |
| Octal | 335 | 261 | 174 | 0 | 24 | 54 | 15 | 41 | 73 | 104 |
| Binary | 11011101 | 10110001 | 1111100 | 0 | 10100 | 101100 | 1101 | 100001 | 111011 | 1000100 |
Color Harmonies of #DDB17C
Complementary color
Monochromatic Colors of #DDB17C
Black with #DDB17C
Text Example
Text Example
White with #DDB17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB17C; }
p { color: rgb(221,177,124); }
H1.HeaderClassName
{
color: #DDB17C;
}
.AnyTagClassName
{
color: #DDB17C;
}
</style>
background-color css
<style>
a { background-color: #DDB17C; }
a { background-color: rgb(221,177,124); }
div.DivClassName
{
background-color: #DDB17C;
}
.BgClassName
{
background-color: #DDB17C;
}
</style>
border-color css
<style>
span { border-color: #DDB17C; }
span { border-color: rgb(221,177,124); }
td.TdClassName
{
border-color: #DDB17C;
}
.TagClassName
{
border-color: #DDB17C;
}
</style>