Shades of Manhattan #DDB07C
Tints of Manhattan #DDB07C
RGB
CMYK
RGB Variations
Color information
#DDB07C (or 0xDDB07C) is known color: Manhattan. HEX triplet: DD, B0 and 7C. RGB value is (221,176,124). Sum of RGB (Red+Green+Blue) = 221+176+124=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB07C is #224F83. Grayscale: #B7B7B7. Windows color (decimal): -2248580 or 8171741. OLE color: 8171741.
HSL color Cylindrical-coordinate representation of color #DDB07C: hue angle of 32.16º 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 #DDB07C is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 124 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.13 |
| HSL | 32.16º | 0.59% | 0.68% | - |
| HSV(B) | 32.16º | 0.44% | 0.87% | - |
| XYZ | 48.98 | 47.88 | 25.73 | - |
| YUV | 183.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 124 | 0 | 0.20 | 0.44 | 0.13 | 32.16 | 0.59 | 0.68 |
| Hex | DD | B0 | 7C | 0 | 14 | 2C | D | 20 | 3B | 44 |
| Octal | 335 | 260 | 174 | 0 | 24 | 54 | 15 | 40 | 73 | 104 |
| Binary | 11011101 | 10110000 | 1111100 | 0 | 10100 | 101100 | 1101 | 100000 | 111011 | 1000100 |
Color Harmonies of #DDB07C
Complementary color
Monochromatic Colors of #DDB07C
Black with #DDB07C
Text Example
Text Example
White with #DDB07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB07C; }
p { color: rgb(221,176,124); }
H1.HeaderClassName
{
color: #DDB07C;
}
.AnyTagClassName
{
color: #DDB07C;
}
</style>
background-color css
<style>
a { background-color: #DDB07C; }
a { background-color: rgb(221,176,124); }
div.DivClassName
{
background-color: #DDB07C;
}
.BgClassName
{
background-color: #DDB07C;
}
</style>
border-color css
<style>
span { border-color: #DDB07C; }
span { border-color: rgb(221,176,124); }
td.TdClassName
{
border-color: #DDB07C;
}
.TagClassName
{
border-color: #DDB07C;
}
</style>