Shades of Manhattan #DFAA7E
Tints of Manhattan #DFAA7E
RGB
CMYK
RGB Variations
Color information
#DFAA7E (or 0xDFAA7E) is known color: Manhattan. HEX triplet: DF, AA and 7E. RGB value is (223,170,126). Sum of RGB (Red+Green+Blue) = 223+170+126=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 126 (49.61% from 255 or 24.28% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA7E is #205581. Grayscale: #B5B5B5. Windows color (decimal): -2119042 or 8301279. OLE color: 8301279.
HSL color Cylindrical-coordinate representation of color #DFAA7E: hue angle of 27.22º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFAA7E is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 126 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.13 |
| HSL | 27.22º | 0.6% | 0.68% | - |
| HSV(B) | 27.22º | 0.43% | 0.87% | - |
| XYZ | 48.57 | 45.94 | 26.05 | - |
| YUV | 180.83 | 97.06 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 126 | 0 | 0.24 | 0.43 | 0.13 | 27.22 | 0.6 | 0.68 |
| Hex | DF | AA | 7E | 0 | 18 | 2B | D | 1B | 3C | 44 |
| Octal | 337 | 252 | 176 | 0 | 30 | 53 | 15 | 33 | 74 | 104 |
| Binary | 11011111 | 10101010 | 1111110 | 0 | 11000 | 101011 | 1101 | 11011 | 111100 | 1000100 |
Color Harmonies of #DFAA7E
Complementary color
Monochromatic Colors of #DFAA7E
Black with #DFAA7E
Text Example
Text Example
White with #DFAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA7E; }
p { color: rgb(223,170,126); }
H1.HeaderClassName
{
color: #DFAA7E;
}
.AnyTagClassName
{
color: #DFAA7E;
}
</style>
background-color css
<style>
a { background-color: #DFAA7E; }
a { background-color: rgb(223,170,126); }
div.DivClassName
{
background-color: #DFAA7E;
}
.BgClassName
{
background-color: #DFAA7E;
}
</style>
border-color css
<style>
span { border-color: #DFAA7E; }
span { border-color: rgb(223,170,126); }
td.TdClassName
{
border-color: #DFAA7E;
}
.TagClassName
{
border-color: #DFAA7E;
}
</style>