Shades of Manhattan #DFAA70
Tints of Manhattan #DFAA70
RGB
CMYK
RGB Variations
Color information
#DFAA70 (or 0xDFAA70) is known color: Manhattan. HEX triplet: DF, AA and 70. RGB value is (223,170,112). Sum of RGB (Red+Green+Blue) = 223+170+112=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA70 is #20558F. Grayscale: #B3B3B3. Windows color (decimal): -2119056 or 7383775. OLE color: 7383775.
HSL color Cylindrical-coordinate representation of color #DFAA70: hue angle of 31.35º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFAA70 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 112 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.13 |
| HSL | 31.35º | 0.63% | 0.66% | - |
| HSV(B) | 31.35º | 0.5% | 0.87% | - |
| XYZ | 47.73 | 45.61 | 21.62 | - |
| YUV | 179.24 | 90.06 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 112 | 0 | 0.24 | 0.50 | 0.13 | 31.35 | 0.63 | 0.66 |
| Hex | DF | AA | 70 | 0 | 18 | 32 | D | 1F | 3F | 42 |
| Octal | 337 | 252 | 160 | 0 | 30 | 62 | 15 | 37 | 77 | 102 |
| Binary | 11011111 | 10101010 | 1110000 | 0 | 11000 | 110010 | 1101 | 11111 | 111111 | 1000010 |
Color Harmonies of #DFAA70
Complementary color
Monochromatic Colors of #DFAA70
Black with #DFAA70
Text Example
Text Example
White with #DFAA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA70; }
p { color: rgb(223,170,112); }
H1.HeaderClassName
{
color: #DFAA70;
}
.AnyTagClassName
{
color: #DFAA70;
}
</style>
background-color css
<style>
a { background-color: #DFAA70; }
a { background-color: rgb(223,170,112); }
div.DivClassName
{
background-color: #DFAA70;
}
.BgClassName
{
background-color: #DFAA70;
}
</style>
border-color css
<style>
span { border-color: #DFAA70; }
span { border-color: rgb(223,170,112); }
td.TdClassName
{
border-color: #DFAA70;
}
.TagClassName
{
border-color: #DFAA70;
}
</style>