Shades of Manhattan #DDB077
Tints of Manhattan #DDB077
RGB
CMYK
RGB Variations
Color information
#DDB077 (or 0xDDB077) is known color: Manhattan. HEX triplet: DD, B0 and 77. RGB value is (221,176,119). Sum of RGB (Red+Green+Blue) = 221+176+119=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB077 is #224F88. Grayscale: #B7B7B7. Windows color (decimal): -2248585 or 7844061. OLE color: 7844061.
HSL color Cylindrical-coordinate representation of color #DDB077: hue angle of 33.53º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDB077 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 119 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.13 |
| HSL | 33.53º | 0.6% | 0.67% | - |
| HSV(B) | 33.53º | 0.46% | 0.87% | - |
| XYZ | 48.67 | 47.75 | 24.1 | - |
| YUV | 182.96 | 91.91 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 119 | 0 | 0.20 | 0.46 | 0.13 | 33.53 | 0.6 | 0.67 |
| Hex | DD | B0 | 77 | 0 | 14 | 2E | D | 22 | 3C | 43 |
| Octal | 335 | 260 | 167 | 0 | 24 | 56 | 15 | 42 | 74 | 103 |
| Binary | 11011101 | 10110000 | 1110111 | 0 | 10100 | 101110 | 1101 | 100010 | 111100 | 1000011 |
Color Harmonies of #DDB077
Complementary color
Monochromatic Colors of #DDB077
Black with #DDB077
Text Example
Text Example
White with #DDB077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB077; }
p { color: rgb(221,176,119); }
H1.HeaderClassName
{
color: #DDB077;
}
.AnyTagClassName
{
color: #DDB077;
}
</style>
background-color css
<style>
a { background-color: #DDB077; }
a { background-color: rgb(221,176,119); }
div.DivClassName
{
background-color: #DDB077;
}
.BgClassName
{
background-color: #DDB077;
}
</style>
border-color css
<style>
span { border-color: #DDB077; }
span { border-color: rgb(221,176,119); }
td.TdClassName
{
border-color: #DDB077;
}
.TagClassName
{
border-color: #DDB077;
}
</style>