Shades of Manhattan #DFAB70
Tints of Manhattan #DFAB70
RGB
CMYK
RGB Variations
Color information
#DFAB70 (or 0xDFAB70) is known color: Manhattan. HEX triplet: DF, AB and 70. RGB value is (223,171,112). Sum of RGB (Red+Green+Blue) = 223+171+112=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB70 is #20548F. Grayscale: #B4B4B4. Windows color (decimal): -2118800 or 7384031. OLE color: 7384031.
HSL color Cylindrical-coordinate representation of color #DFAB70: hue angle of 31.89º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFAB70 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 112 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.13 |
| HSL | 31.89º | 0.63% | 0.66% | - |
| HSV(B) | 31.89º | 0.5% | 0.87% | - |
| XYZ | 47.92 | 45.98 | 21.68 | - |
| YUV | 179.82 | 89.73 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 112 | 0 | 0.23 | 0.50 | 0.13 | 31.89 | 0.63 | 0.66 |
| Hex | DF | AB | 70 | 0 | 17 | 32 | D | 20 | 3F | 42 |
| Octal | 337 | 253 | 160 | 0 | 27 | 62 | 15 | 40 | 77 | 102 |
| Binary | 11011111 | 10101011 | 1110000 | 0 | 10111 | 110010 | 1101 | 100000 | 111111 | 1000010 |
Color Harmonies of #DFAB70
Complementary color
Monochromatic Colors of #DFAB70
Black with #DFAB70
Text Example
Text Example
White with #DFAB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB70; }
p { color: rgb(223,171,112); }
H1.HeaderClassName
{
color: #DFAB70;
}
.AnyTagClassName
{
color: #DFAB70;
}
</style>
background-color css
<style>
a { background-color: #DFAB70; }
a { background-color: rgb(223,171,112); }
div.DivClassName
{
background-color: #DFAB70;
}
.BgClassName
{
background-color: #DFAB70;
}
</style>
border-color css
<style>
span { border-color: #DFAB70; }
span { border-color: rgb(223,171,112); }
td.TdClassName
{
border-color: #DFAB70;
}
.TagClassName
{
border-color: #DFAB70;
}
</style>