Shades of Manhattan #DFAE85
Tints of Manhattan #DFAE85
RGB
CMYK
RGB Variations
Color information
#DFAE85 (or 0xDFAE85) is known color: Manhattan. HEX triplet: DF, AE and 85. RGB value is (223,174,133). Sum of RGB (Red+Green+Blue) = 223+174+133=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAE85 is #20517A. Grayscale: #B8B8B8. Windows color (decimal): -2118011 or 8761055. OLE color: 8761055.
HSL color Cylindrical-coordinate representation of color #DFAE85: hue angle of 27.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFAE85 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 174 | 133 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.13 |
| HSL | 27.33º | 0.58% | 0.7% | - |
| HSV(B) | 27.33º | 0.4% | 0.87% | - |
| XYZ | 49.8 | 47.65 | 28.76 | - |
| YUV | 183.98 | 99.23 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 133 | 0 | 0.22 | 0.40 | 0.13 | 27.33 | 0.58 | 0.7 |
| Hex | DF | AE | 85 | 0 | 16 | 28 | D | 1B | 3A | 46 |
| Octal | 337 | 256 | 205 | 0 | 26 | 50 | 15 | 33 | 72 | 106 |
| Binary | 11011111 | 10101110 | 10000101 | 0 | 10110 | 101000 | 1101 | 11011 | 111010 | 1000110 |
Color Harmonies of #DFAE85
Complementary color
Monochromatic Colors of #DFAE85
Black with #DFAE85
Text Example
Text Example
White with #DFAE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAE85; }
p { color: rgb(223,174,133); }
H1.HeaderClassName
{
color: #DFAE85;
}
.AnyTagClassName
{
color: #DFAE85;
}
</style>
background-color css
<style>
a { background-color: #DFAE85; }
a { background-color: rgb(223,174,133); }
div.DivClassName
{
background-color: #DFAE85;
}
.BgClassName
{
background-color: #DFAE85;
}
</style>
border-color css
<style>
span { border-color: #DFAE85; }
span { border-color: rgb(223,174,133); }
td.TdClassName
{
border-color: #DFAE85;
}
.TagClassName
{
border-color: #DFAE85;
}
</style>