Shades of Manhattan #DDA86F
Tints of Manhattan #DDA86F
RGB
CMYK
RGB Variations
Color information
#DDA86F (or 0xDDA86F) is known color: Manhattan. HEX triplet: DD, A8 and 6F. RGB value is (221,168,111). Sum of RGB (Red+Green+Blue) = 221+168+111=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA86F is #225790. Grayscale: #B1B1B1. Windows color (decimal): -2250641 or 7317725. OLE color: 7317725.
HSL color Cylindrical-coordinate representation of color #DDA86F: hue angle of 31.09º 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 #DDA86F is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 111 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.13 |
| HSL | 31.09º | 0.62% | 0.65% | - |
| HSV(B) | 31.09º | 0.5% | 0.87% | - |
| XYZ | 46.69 | 44.53 | 21.17 | - |
| YUV | 177.35 | 90.56 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 111 | 0 | 0.24 | 0.50 | 0.13 | 31.09 | 0.62 | 0.65 |
| Hex | DD | A8 | 6F | 0 | 18 | 32 | D | 1F | 3E | 41 |
| Octal | 335 | 250 | 157 | 0 | 30 | 62 | 15 | 37 | 76 | 101 |
| Binary | 11011101 | 10101000 | 1101111 | 0 | 11000 | 110010 | 1101 | 11111 | 111110 | 1000001 |
Color Harmonies of #DDA86F
Complementary color
Monochromatic Colors of #DDA86F
Black with #DDA86F
Text Example
Text Example
White with #DDA86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA86F; }
p { color: rgb(221,168,111); }
H1.HeaderClassName
{
color: #DDA86F;
}
.AnyTagClassName
{
color: #DDA86F;
}
</style>
background-color css
<style>
a { background-color: #DDA86F; }
a { background-color: rgb(221,168,111); }
div.DivClassName
{
background-color: #DDA86F;
}
.BgClassName
{
background-color: #DDA86F;
}
</style>
border-color css
<style>
span { border-color: #DDA86F; }
span { border-color: rgb(221,168,111); }
td.TdClassName
{
border-color: #DDA86F;
}
.TagClassName
{
border-color: #DDA86F;
}
</style>