Shades of Manhattan #DFAB7B
Tints of Manhattan #DFAB7B
RGB
CMYK
RGB Variations
Color information
#DFAB7B (or 0xDFAB7B) is known color: Manhattan. HEX triplet: DF, AB and 7B. RGB value is (223,171,123). Sum of RGB (Red+Green+Blue) = 223+171+123=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB7B is #205484. Grayscale: #B5B5B5. Windows color (decimal): -2118789 or 8104927. OLE color: 8104927.
HSL color Cylindrical-coordinate representation of color #DFAB7B: hue angle of 28.8º 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 #DFAB7B is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 123 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.13 |
| HSL | 28.8º | 0.61% | 0.68% | - |
| HSV(B) | 28.8º | 0.45% | 0.87% | - |
| XYZ | 48.57 | 46.24 | 25.1 | - |
| YUV | 181.08 | 95.23 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 123 | 0 | 0.23 | 0.45 | 0.13 | 28.8 | 0.61 | 0.68 |
| Hex | DF | AB | 7B | 0 | 17 | 2D | D | 1D | 3D | 44 |
| Octal | 337 | 253 | 173 | 0 | 27 | 55 | 15 | 35 | 75 | 104 |
| Binary | 11011111 | 10101011 | 1111011 | 0 | 10111 | 101101 | 1101 | 11101 | 111101 | 1000100 |
Color Harmonies of #DFAB7B
Complementary color
Monochromatic Colors of #DFAB7B
Black with #DFAB7B
Text Example
Text Example
White with #DFAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB7B; }
p { color: rgb(223,171,123); }
H1.HeaderClassName
{
color: #DFAB7B;
}
.AnyTagClassName
{
color: #DFAB7B;
}
</style>
background-color css
<style>
a { background-color: #DFAB7B; }
a { background-color: rgb(223,171,123); }
div.DivClassName
{
background-color: #DFAB7B;
}
.BgClassName
{
background-color: #DFAB7B;
}
</style>
border-color css
<style>
span { border-color: #DFAB7B; }
span { border-color: rgb(223,171,123); }
td.TdClassName
{
border-color: #DFAB7B;
}
.TagClassName
{
border-color: #DFAB7B;
}
</style>