Shades of Manhattan #DFAC7A
Tints of Manhattan #DFAC7A
RGB
CMYK
RGB Variations
Color information
#DFAC7A (or 0xDFAC7A) is known color: Manhattan. HEX triplet: DF, AC and 7A. RGB value is (223,172,122). Sum of RGB (Red+Green+Blue) = 223+172+122=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC7A is #205385. Grayscale: #B5B5B5. Windows color (decimal): -2118534 or 8039647. OLE color: 8039647.
HSL color Cylindrical-coordinate representation of color #DFAC7A: hue angle of 29.7º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFAC7A is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 122 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.13 |
| HSL | 29.7º | 0.61% | 0.68% | - |
| HSV(B) | 29.7º | 0.45% | 0.87% | - |
| XYZ | 48.7 | 46.6 | 24.84 | - |
| YUV | 181.55 | 94.4 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 122 | 0 | 0.23 | 0.45 | 0.13 | 29.7 | 0.61 | 0.68 |
| Hex | DF | AC | 7A | 0 | 17 | 2D | D | 1E | 3D | 44 |
| Octal | 337 | 254 | 172 | 0 | 27 | 55 | 15 | 36 | 75 | 104 |
| Binary | 11011111 | 10101100 | 1111010 | 0 | 10111 | 101101 | 1101 | 11110 | 111101 | 1000100 |
Color Harmonies of #DFAC7A
Complementary color
Monochromatic Colors of #DFAC7A
Black with #DFAC7A
Text Example
Text Example
White with #DFAC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC7A; }
p { color: rgb(223,172,122); }
H1.HeaderClassName
{
color: #DFAC7A;
}
.AnyTagClassName
{
color: #DFAC7A;
}
</style>
background-color css
<style>
a { background-color: #DFAC7A; }
a { background-color: rgb(223,172,122); }
div.DivClassName
{
background-color: #DFAC7A;
}
.BgClassName
{
background-color: #DFAC7A;
}
</style>
border-color css
<style>
span { border-color: #DFAC7A; }
span { border-color: rgb(223,172,122); }
td.TdClassName
{
border-color: #DFAC7A;
}
.TagClassName
{
border-color: #DFAC7A;
}
</style>