Shades of Manhattan #DFAA6F
Tints of Manhattan #DFAA6F
RGB
CMYK
RGB Variations
Color information
#DFAA6F (or 0xDFAA6F) is known color: Manhattan. HEX triplet: DF, AA and 6F. RGB value is (223,170,111). Sum of RGB (Red+Green+Blue) = 223+170+111=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA6F is #205590. Grayscale: #B3B3B3. Windows color (decimal): -2119057 or 7318239. OLE color: 7318239.
HSL color Cylindrical-coordinate representation of color #DFAA6F: hue angle of 31.61º degrees, saturation: 0.64, 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 #DFAA6F is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 111 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.13 |
| HSL | 31.61º | 0.64% | 0.65% | - |
| HSV(B) | 31.61º | 0.5% | 0.87% | - |
| XYZ | 47.68 | 45.59 | 21.32 | - |
| YUV | 179.12 | 89.56 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 111 | 0 | 0.24 | 0.50 | 0.13 | 31.61 | 0.64 | 0.65 |
| Hex | DF | AA | 6F | 0 | 18 | 32 | D | 20 | 40 | 41 |
| Octal | 337 | 252 | 157 | 0 | 30 | 62 | 15 | 40 | 100 | 101 |
| Binary | 11011111 | 10101010 | 1101111 | 0 | 11000 | 110010 | 1101 | 100000 | 1000000 | 1000001 |
Color Harmonies of #DFAA6F
Complementary color
Monochromatic Colors of #DFAA6F
Black with #DFAA6F
Text Example
Text Example
White with #DFAA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA6F; }
p { color: rgb(223,170,111); }
H1.HeaderClassName
{
color: #DFAA6F;
}
.AnyTagClassName
{
color: #DFAA6F;
}
</style>
background-color css
<style>
a { background-color: #DFAA6F; }
a { background-color: rgb(223,170,111); }
div.DivClassName
{
background-color: #DFAA6F;
}
.BgClassName
{
background-color: #DFAA6F;
}
</style>
border-color css
<style>
span { border-color: #DFAA6F; }
span { border-color: rgb(223,170,111); }
td.TdClassName
{
border-color: #DFAA6F;
}
.TagClassName
{
border-color: #DFAA6F;
}
</style>