Shades of Manhattan #DFAC7B
Tints of Manhattan #DFAC7B
RGB
CMYK
RGB Variations
Color information
#DFAC7B (or 0xDFAC7B) is known color: Manhattan. HEX triplet: DF, AC and 7B. RGB value is (223,172,123). Sum of RGB (Red+Green+Blue) = 223+172+123=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC7B is #205384. Grayscale: #B5B5B5. Windows color (decimal): -2118533 or 8105183. OLE color: 8105183.
HSL color Cylindrical-coordinate representation of color #DFAC7B: hue angle of 29.4º 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 #DFAC7B is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 123 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.13 |
| HSL | 29.4º | 0.61% | 0.68% | - |
| HSV(B) | 29.4º | 0.45% | 0.87% | - |
| XYZ | 48.76 | 46.62 | 25.17 | - |
| YUV | 181.66 | 94.9 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 123 | 0 | 0.23 | 0.45 | 0.13 | 29.4 | 0.61 | 0.68 |
| Hex | DF | AC | 7B | 0 | 17 | 2D | D | 1D | 3D | 44 |
| Octal | 337 | 254 | 173 | 0 | 27 | 55 | 15 | 35 | 75 | 104 |
| Binary | 11011111 | 10101100 | 1111011 | 0 | 10111 | 101101 | 1101 | 11101 | 111101 | 1000100 |
Color Harmonies of #DFAC7B
Complementary color
Monochromatic Colors of #DFAC7B
Black with #DFAC7B
Text Example
Text Example
White with #DFAC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC7B; }
p { color: rgb(223,172,123); }
H1.HeaderClassName
{
color: #DFAC7B;
}
.AnyTagClassName
{
color: #DFAC7B;
}
</style>
background-color css
<style>
a { background-color: #DFAC7B; }
a { background-color: rgb(223,172,123); }
div.DivClassName
{
background-color: #DFAC7B;
}
.BgClassName
{
background-color: #DFAC7B;
}
</style>
border-color css
<style>
span { border-color: #DFAC7B; }
span { border-color: rgb(223,172,123); }
td.TdClassName
{
border-color: #DFAC7B;
}
.TagClassName
{
border-color: #DFAC7B;
}
</style>