Shades of Manhattan #DFAE8A
Tints of Manhattan #DFAE8A
RGB
CMYK
RGB Variations
Color information
#DFAE8A (or 0xDFAE8A) is known color: Manhattan. HEX triplet: DF, AE and 8A. RGB value is (223,174,138). Sum of RGB (Red+Green+Blue) = 223+174+138=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAE8A is #205175. Grayscale: #B8B8B8. Windows color (decimal): -2118006 or 9088735. OLE color: 9088735.
HSL color Cylindrical-coordinate representation of color #DFAE8A: hue angle of 25.41º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFAE8A is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 174 | 138 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.13 |
| HSL | 25.41º | 0.57% | 0.71% | - |
| HSV(B) | 25.41º | 0.38% | 0.87% | - |
| XYZ | 50.15 | 47.8 | 30.63 | - |
| YUV | 184.55 | 101.73 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 138 | 0 | 0.22 | 0.38 | 0.13 | 25.41 | 0.57 | 0.71 |
| Hex | DF | AE | 8A | 0 | 16 | 26 | D | 19 | 39 | 47 |
| Octal | 337 | 256 | 212 | 0 | 26 | 46 | 15 | 31 | 71 | 107 |
| Binary | 11011111 | 10101110 | 10001010 | 0 | 10110 | 100110 | 1101 | 11001 | 111001 | 1000111 |
Color Harmonies of #DFAE8A
Complementary color
Monochromatic Colors of #DFAE8A
Black with #DFAE8A
Text Example
Text Example
White with #DFAE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAE8A; }
p { color: rgb(223,174,138); }
H1.HeaderClassName
{
color: #DFAE8A;
}
.AnyTagClassName
{
color: #DFAE8A;
}
</style>
background-color css
<style>
a { background-color: #DFAE8A; }
a { background-color: rgb(223,174,138); }
div.DivClassName
{
background-color: #DFAE8A;
}
.BgClassName
{
background-color: #DFAE8A;
}
</style>
border-color css
<style>
span { border-color: #DFAE8A; }
span { border-color: rgb(223,174,138); }
td.TdClassName
{
border-color: #DFAE8A;
}
.TagClassName
{
border-color: #DFAE8A;
}
</style>