Shades of Manhattan #DDB079
Tints of Manhattan #DDB079
RGB
CMYK
RGB Variations
Color information
#DDB079 (or 0xDDB079) is known color: Manhattan. HEX triplet: DD, B0 and 79. RGB value is (221,176,121). Sum of RGB (Red+Green+Blue) = 221+176+121=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB079 is #224F86. Grayscale: #B7B7B7. Windows color (decimal): -2248583 or 7975133. OLE color: 7975133.
HSL color Cylindrical-coordinate representation of color #DDB079: hue angle of 33º 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 #DDB079 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 121 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.13 |
| HSL | 33º | 0.6% | 0.67% | - |
| HSV(B) | 33º | 0.45% | 0.87% | - |
| XYZ | 48.8 | 47.8 | 24.74 | - |
| YUV | 183.19 | 92.91 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 121 | 0 | 0.20 | 0.45 | 0.13 | 33 | 0.6 | 0.67 |
| Hex | DD | B0 | 79 | 0 | 14 | 2D | D | 21 | 3C | 43 |
| Octal | 335 | 260 | 171 | 0 | 24 | 55 | 15 | 41 | 74 | 103 |
| Binary | 11011101 | 10110000 | 1111001 | 0 | 10100 | 101101 | 1101 | 100001 | 111100 | 1000011 |
Color Harmonies of #DDB079
Complementary color
Monochromatic Colors of #DDB079
Black with #DDB079
Text Example
Text Example
White with #DDB079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB079; }
p { color: rgb(221,176,121); }
H1.HeaderClassName
{
color: #DDB079;
}
.AnyTagClassName
{
color: #DDB079;
}
</style>
background-color css
<style>
a { background-color: #DDB079; }
a { background-color: rgb(221,176,121); }
div.DivClassName
{
background-color: #DDB079;
}
.BgClassName
{
background-color: #DDB079;
}
</style>
border-color css
<style>
span { border-color: #DDB079; }
span { border-color: rgb(221,176,121); }
td.TdClassName
{
border-color: #DDB079;
}
.TagClassName
{
border-color: #DDB079;
}
</style>