Shades of Manhattan #DDA770
Tints of Manhattan #DDA770
RGB
CMYK
RGB Variations
Color information
#DDA770 (or 0xDDA770) is known color: Manhattan. HEX triplet: DD, A7 and 70. RGB value is (221,167,112). Sum of RGB (Red+Green+Blue) = 221+167+112=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA770 is #22588F. Grayscale: #B1B1B1. Windows color (decimal): -2250896 or 7383005. OLE color: 7383005.
HSL color Cylindrical-coordinate representation of color #DDA770: hue angle of 30.28º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDA770 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 112 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.13 |
| HSL | 30.28º | 0.62% | 0.65% | - |
| HSV(B) | 30.28º | 0.49% | 0.87% | - |
| XYZ | 46.56 | 44.18 | 21.4 | - |
| YUV | 176.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 112 | 0 | 0.24 | 0.49 | 0.13 | 30.28 | 0.62 | 0.65 |
| Hex | DD | A7 | 70 | 0 | 18 | 31 | D | 1E | 3E | 41 |
| Octal | 335 | 247 | 160 | 0 | 30 | 61 | 15 | 36 | 76 | 101 |
| Binary | 11011101 | 10100111 | 1110000 | 0 | 11000 | 110001 | 1101 | 11110 | 111110 | 1000001 |
Color Harmonies of #DDA770
Complementary color
Monochromatic Colors of #DDA770
Black with #DDA770
Text Example
Text Example
White with #DDA770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA770; }
p { color: rgb(221,167,112); }
H1.HeaderClassName
{
color: #DDA770;
}
.AnyTagClassName
{
color: #DDA770;
}
</style>
background-color css
<style>
a { background-color: #DDA770; }
a { background-color: rgb(221,167,112); }
div.DivClassName
{
background-color: #DDA770;
}
.BgClassName
{
background-color: #DDA770;
}
</style>
border-color css
<style>
span { border-color: #DDA770; }
span { border-color: rgb(221,167,112); }
td.TdClassName
{
border-color: #DDA770;
}
.TagClassName
{
border-color: #DDA770;
}
</style>