Shades of Manhattan #DDAC77
Tints of Manhattan #DDAC77
RGB
CMYK
RGB Variations
Color information
#DDAC77 (or 0xDDAC77) is known color: Manhattan. HEX triplet: DD, AC and 77. RGB value is (221,172,119). Sum of RGB (Red+Green+Blue) = 221+172+119=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC77 is #225388. Grayscale: #B4B4B4. Windows color (decimal): -2249609 or 7843037. OLE color: 7843037.
HSL color Cylindrical-coordinate representation of color #DDAC77: hue angle of 31.18º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDAC77 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 119 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.13 |
| HSL | 31.18º | 0.6% | 0.67% | - |
| HSV(B) | 31.18º | 0.46% | 0.87% | - |
| XYZ | 47.9 | 46.21 | 23.85 | - |
| YUV | 180.61 | 93.23 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 119 | 0 | 0.22 | 0.46 | 0.13 | 31.18 | 0.6 | 0.67 |
| Hex | DD | AC | 77 | 0 | 16 | 2E | D | 1F | 3C | 43 |
| Octal | 335 | 254 | 167 | 0 | 26 | 56 | 15 | 37 | 74 | 103 |
| Binary | 11011101 | 10101100 | 1110111 | 0 | 10110 | 101110 | 1101 | 11111 | 111100 | 1000011 |
Color Harmonies of #DDAC77
Complementary color
Monochromatic Colors of #DDAC77
Black with #DDAC77
Text Example
Text Example
White with #DDAC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC77; }
p { color: rgb(221,172,119); }
H1.HeaderClassName
{
color: #DDAC77;
}
.AnyTagClassName
{
color: #DDAC77;
}
</style>
background-color css
<style>
a { background-color: #DDAC77; }
a { background-color: rgb(221,172,119); }
div.DivClassName
{
background-color: #DDAC77;
}
.BgClassName
{
background-color: #DDAC77;
}
</style>
border-color css
<style>
span { border-color: #DDAC77; }
span { border-color: rgb(221,172,119); }
td.TdClassName
{
border-color: #DDAC77;
}
.TagClassName
{
border-color: #DDAC77;
}
</style>