Shades of Manhattan #DFAB7A
Tints of Manhattan #DFAB7A
RGB
CMYK
RGB Variations
Color information
#DFAB7A (or 0xDFAB7A) is known color: Manhattan. HEX triplet: DF, AB and 7A. RGB value is (223,171,122). Sum of RGB (Red+Green+Blue) = 223+171+122=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB7A is #205485. Grayscale: #B5B5B5. Windows color (decimal): -2118790 or 8039391. OLE color: 8039391.
HSL color Cylindrical-coordinate representation of color #DFAB7A: hue angle of 29.11º 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 #DFAB7A is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 122 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.13 |
| HSL | 29.11º | 0.61% | 0.68% | - |
| HSV(B) | 29.11º | 0.45% | 0.87% | - |
| XYZ | 48.51 | 46.22 | 24.78 | - |
| YUV | 180.96 | 94.73 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 122 | 0 | 0.23 | 0.45 | 0.13 | 29.11 | 0.61 | 0.68 |
| Hex | DF | AB | 7A | 0 | 17 | 2D | D | 1D | 3D | 44 |
| Octal | 337 | 253 | 172 | 0 | 27 | 55 | 15 | 35 | 75 | 104 |
| Binary | 11011111 | 10101011 | 1111010 | 0 | 10111 | 101101 | 1101 | 11101 | 111101 | 1000100 |
Color Harmonies of #DFAB7A
Complementary color
Monochromatic Colors of #DFAB7A
Black with #DFAB7A
Text Example
Text Example
White with #DFAB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB7A; }
p { color: rgb(223,171,122); }
H1.HeaderClassName
{
color: #DFAB7A;
}
.AnyTagClassName
{
color: #DFAB7A;
}
</style>
background-color css
<style>
a { background-color: #DFAB7A; }
a { background-color: rgb(223,171,122); }
div.DivClassName
{
background-color: #DFAB7A;
}
.BgClassName
{
background-color: #DFAB7A;
}
</style>
border-color css
<style>
span { border-color: #DFAB7A; }
span { border-color: rgb(223,171,122); }
td.TdClassName
{
border-color: #DFAB7A;
}
.TagClassName
{
border-color: #DFAB7A;
}
</style>