Shades of Manhattan #DDAF77
Tints of Manhattan #DDAF77
RGB
CMYK
RGB Variations
Color information
#DDAF77 (or 0xDDAF77) is known color: Manhattan. HEX triplet: DD, AF and 77. RGB value is (221,175,119). Sum of RGB (Red+Green+Blue) = 221+175+119=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF77 is #225088. Grayscale: #B6B6B6. Windows color (decimal): -2248841 or 7843805. OLE color: 7843805.
HSL color Cylindrical-coordinate representation of color #DDAF77: hue angle of 32.94º 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 #DDAF77 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 119 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.13 |
| HSL | 32.94º | 0.6% | 0.67% | - |
| HSV(B) | 32.94º | 0.46% | 0.87% | - |
| XYZ | 48.48 | 47.36 | 24.04 | - |
| YUV | 182.37 | 92.24 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 119 | 0 | 0.21 | 0.46 | 0.13 | 32.94 | 0.6 | 0.67 |
| Hex | DD | AF | 77 | 0 | 15 | 2E | D | 21 | 3C | 43 |
| Octal | 335 | 257 | 167 | 0 | 25 | 56 | 15 | 41 | 74 | 103 |
| Binary | 11011101 | 10101111 | 1110111 | 0 | 10101 | 101110 | 1101 | 100001 | 111100 | 1000011 |
Color Harmonies of #DDAF77
Complementary color
Monochromatic Colors of #DDAF77
Black with #DDAF77
Text Example
Text Example
White with #DDAF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF77; }
p { color: rgb(221,175,119); }
H1.HeaderClassName
{
color: #DDAF77;
}
.AnyTagClassName
{
color: #DDAF77;
}
</style>
background-color css
<style>
a { background-color: #DDAF77; }
a { background-color: rgb(221,175,119); }
div.DivClassName
{
background-color: #DDAF77;
}
.BgClassName
{
background-color: #DDAF77;
}
</style>
border-color css
<style>
span { border-color: #DDAF77; }
span { border-color: rgb(221,175,119); }
td.TdClassName
{
border-color: #DDAF77;
}
.TagClassName
{
border-color: #DDAF77;
}
</style>