Shades of Manhattan #DFAF77
Tints of Manhattan #DFAF77
RGB
CMYK
RGB Variations
Color information
#DFAF77 (or 0xDFAF77) is known color: Manhattan. HEX triplet: DF, AF and 77. RGB value is (223,175,119). Sum of RGB (Red+Green+Blue) = 223+175+119=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF77 is #205088. Grayscale: #B7B7B7. Windows color (decimal): -2117769 or 7843807. OLE color: 7843807.
HSL color Cylindrical-coordinate representation of color #DFAF77: hue angle of 32.31º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFAF77 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 119 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.13 |
| HSL | 32.31º | 0.62% | 0.67% | - |
| HSV(B) | 32.31º | 0.47% | 0.87% | - |
| XYZ | 49.09 | 47.68 | 24.07 | - |
| YUV | 182.97 | 91.9 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 119 | 0 | 0.22 | 0.47 | 0.13 | 32.31 | 0.62 | 0.67 |
| Hex | DF | AF | 77 | 0 | 16 | 2F | D | 20 | 3E | 43 |
| Octal | 337 | 257 | 167 | 0 | 26 | 57 | 15 | 40 | 76 | 103 |
| Binary | 11011111 | 10101111 | 1110111 | 0 | 10110 | 101111 | 1101 | 100000 | 111110 | 1000011 |
Color Harmonies of #DFAF77
Complementary color
Monochromatic Colors of #DFAF77
Black with #DFAF77
Text Example
Text Example
White with #DFAF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF77; }
p { color: rgb(223,175,119); }
H1.HeaderClassName
{
color: #DFAF77;
}
.AnyTagClassName
{
color: #DFAF77;
}
</style>
background-color css
<style>
a { background-color: #DFAF77; }
a { background-color: rgb(223,175,119); }
div.DivClassName
{
background-color: #DFAF77;
}
.BgClassName
{
background-color: #DFAF77;
}
</style>
border-color css
<style>
span { border-color: #DFAF77; }
span { border-color: rgb(223,175,119); }
td.TdClassName
{
border-color: #DFAF77;
}
.TagClassName
{
border-color: #DFAF77;
}
</style>