Shades of Manhattan #DDA66E
Tints of Manhattan #DDA66E
RGB
CMYK
RGB Variations
Color information
#DDA66E (or 0xDDA66E) is known color: Manhattan. HEX triplet: DD, A6 and 6E. RGB value is (221,166,110). Sum of RGB (Red+Green+Blue) = 221+166+110=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA66E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA66E is #225991. Grayscale: #B0B0B0. Windows color (decimal): -2251154 or 7251677. OLE color: 7251677.
HSL color Cylindrical-coordinate representation of color #DDA66E: hue angle of 30.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDA66E is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 110 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.13 |
| HSL | 30.27º | 0.62% | 0.65% | - |
| HSV(B) | 30.27º | 0.5% | 0.87% | - |
| XYZ | 46.27 | 43.77 | 20.76 | - |
| YUV | 176.06 | 90.72 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 110 | 0 | 0.25 | 0.50 | 0.13 | 30.27 | 0.62 | 0.65 |
| Hex | DD | A6 | 6E | 0 | 19 | 32 | D | 1E | 3E | 41 |
| Octal | 335 | 246 | 156 | 0 | 31 | 62 | 15 | 36 | 76 | 101 |
| Binary | 11011101 | 10100110 | 1101110 | 0 | 11001 | 110010 | 1101 | 11110 | 111110 | 1000001 |
Color Harmonies of #DDA66E
Complementary color
Monochromatic Colors of #DDA66E
Black with #DDA66E
Text Example
Text Example
White with #DDA66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA66E; }
p { color: rgb(221,166,110); }
H1.HeaderClassName
{
color: #DDA66E;
}
.AnyTagClassName
{
color: #DDA66E;
}
</style>
background-color css
<style>
a { background-color: #DDA66E; }
a { background-color: rgb(221,166,110); }
div.DivClassName
{
background-color: #DDA66E;
}
.BgClassName
{
background-color: #DDA66E;
}
</style>
border-color css
<style>
span { border-color: #DDA66E; }
span { border-color: rgb(221,166,110); }
td.TdClassName
{
border-color: #DDA66E;
}
.TagClassName
{
border-color: #DDA66E;
}
</style>