Shades of Manhattan #DDA76F
Tints of Manhattan #DDA76F
RGB
CMYK
RGB Variations
Color information
#DDA76F (or 0xDDA76F) is known color: Manhattan. HEX triplet: DD, A7 and 6F. RGB value is (221,167,111). Sum of RGB (Red+Green+Blue) = 221+167+111=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA76F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA76F is #225890. Grayscale: #B1B1B1. Windows color (decimal): -2250897 or 7317469. OLE color: 7317469.
HSL color Cylindrical-coordinate representation of color #DDA76F: hue angle of 30.55º 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 #DDA76F is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 111 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.13 |
| HSL | 30.55º | 0.62% | 0.65% | - |
| HSV(B) | 30.55º | 0.5% | 0.87% | - |
| XYZ | 46.51 | 44.16 | 21.11 | - |
| YUV | 176.76 | 90.89 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 111 | 0 | 0.24 | 0.50 | 0.13 | 30.55 | 0.62 | 0.65 |
| Hex | DD | A7 | 6F | 0 | 18 | 32 | D | 1F | 3E | 41 |
| Octal | 335 | 247 | 157 | 0 | 30 | 62 | 15 | 37 | 76 | 101 |
| Binary | 11011101 | 10100111 | 1101111 | 0 | 11000 | 110010 | 1101 | 11111 | 111110 | 1000001 |
Color Harmonies of #DDA76F
Complementary color
Monochromatic Colors of #DDA76F
Black with #DDA76F
Text Example
Text Example
White with #DDA76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA76F; }
p { color: rgb(221,167,111); }
H1.HeaderClassName
{
color: #DDA76F;
}
.AnyTagClassName
{
color: #DDA76F;
}
</style>
background-color css
<style>
a { background-color: #DDA76F; }
a { background-color: rgb(221,167,111); }
div.DivClassName
{
background-color: #DDA76F;
}
.BgClassName
{
background-color: #DDA76F;
}
</style>
border-color css
<style>
span { border-color: #DDA76F; }
span { border-color: rgb(221,167,111); }
td.TdClassName
{
border-color: #DDA76F;
}
.TagClassName
{
border-color: #DDA76F;
}
</style>