Shades of Manhattan #DDA66F
Tints of Manhattan #DDA66F
RGB
CMYK
RGB Variations
Color information
#DDA66F (or 0xDDA66F) is known color: Manhattan. HEX triplet: DD, A6 and 6F. RGB value is (221,166,111). Sum of RGB (Red+Green+Blue) = 221+166+111=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA66F is #225990. Grayscale: #B0B0B0. Windows color (decimal): -2251153 or 7317213. OLE color: 7317213.
HSL color Cylindrical-coordinate representation of color #DDA66F: hue angle of 30º 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 #DDA66F is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 111 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.13 |
| HSL | 30º | 0.62% | 0.65% | - |
| HSV(B) | 30º | 0.5% | 0.87% | - |
| XYZ | 46.32 | 43.79 | 21.05 | - |
| YUV | 176.18 | 91.22 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 111 | 0 | 0.25 | 0.50 | 0.13 | 30 | 0.62 | 0.65 |
| Hex | DD | A6 | 6F | 0 | 19 | 32 | D | 1E | 3E | 41 |
| Octal | 335 | 246 | 157 | 0 | 31 | 62 | 15 | 36 | 76 | 101 |
| Binary | 11011101 | 10100110 | 1101111 | 0 | 11001 | 110010 | 1101 | 11110 | 111110 | 1000001 |
Color Harmonies of #DDA66F
Complementary color
Monochromatic Colors of #DDA66F
Black with #DDA66F
Text Example
Text Example
White with #DDA66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA66F; }
p { color: rgb(221,166,111); }
H1.HeaderClassName
{
color: #DDA66F;
}
.AnyTagClassName
{
color: #DDA66F;
}
</style>
background-color css
<style>
a { background-color: #DDA66F; }
a { background-color: rgb(221,166,111); }
div.DivClassName
{
background-color: #DDA66F;
}
.BgClassName
{
background-color: #DDA66F;
}
</style>
border-color css
<style>
span { border-color: #DDA66F; }
span { border-color: rgb(221,166,111); }
td.TdClassName
{
border-color: #DDA66F;
}
.TagClassName
{
border-color: #DDA66F;
}
</style>