Shades of Manhattan #DFAE87
Tints of Manhattan #DFAE87
RGB
CMYK
RGB Variations
Color information
#DFAE87 (or 0xDFAE87) is known color: Manhattan. HEX triplet: DF, AE and 87. RGB value is (223,174,135). Sum of RGB (Red+Green+Blue) = 223+174+135=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAE87 is #205178. Grayscale: #B8B8B8. Windows color (decimal): -2118009 or 8892127. OLE color: 8892127.
HSL color Cylindrical-coordinate representation of color #DFAE87: hue angle of 26.59º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFAE87 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 174 | 135 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.13 |
| HSL | 26.59º | 0.58% | 0.7% | - |
| HSV(B) | 26.59º | 0.39% | 0.87% | - |
| XYZ | 49.94 | 47.71 | 29.5 | - |
| YUV | 184.21 | 100.23 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 135 | 0 | 0.22 | 0.39 | 0.13 | 26.59 | 0.58 | 0.7 |
| Hex | DF | AE | 87 | 0 | 16 | 27 | D | 1B | 3A | 46 |
| Octal | 337 | 256 | 207 | 0 | 26 | 47 | 15 | 33 | 72 | 106 |
| Binary | 11011111 | 10101110 | 10000111 | 0 | 10110 | 100111 | 1101 | 11011 | 111010 | 1000110 |
Color Harmonies of #DFAE87
Complementary color
Monochromatic Colors of #DFAE87
Black with #DFAE87
Text Example
Text Example
White with #DFAE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAE87; }
p { color: rgb(223,174,135); }
H1.HeaderClassName
{
color: #DFAE87;
}
.AnyTagClassName
{
color: #DFAE87;
}
</style>
background-color css
<style>
a { background-color: #DFAE87; }
a { background-color: rgb(223,174,135); }
div.DivClassName
{
background-color: #DFAE87;
}
.BgClassName
{
background-color: #DFAE87;
}
</style>
border-color css
<style>
span { border-color: #DFAE87; }
span { border-color: rgb(223,174,135); }
td.TdClassName
{
border-color: #DFAE87;
}
.TagClassName
{
border-color: #DFAE87;
}
</style>