Shades of Manhattan #DFAB71
Tints of Manhattan #DFAB71
RGB
CMYK
RGB Variations
Color information
#DFAB71 (or 0xDFAB71) is known color: Manhattan. HEX triplet: DF, AB and 71. RGB value is (223,171,113). Sum of RGB (Red+Green+Blue) = 223+171+113=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB71 is #20548E. Grayscale: #B4B4B4. Windows color (decimal): -2118799 or 7449567. OLE color: 7449567.
HSL color Cylindrical-coordinate representation of color #DFAB71: hue angle of 31.64º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFAB71 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 113 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.13 |
| HSL | 31.64º | 0.63% | 0.66% | - |
| HSV(B) | 31.64º | 0.49% | 0.87% | - |
| XYZ | 47.97 | 46.01 | 21.97 | - |
| YUV | 179.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 113 | 0 | 0.23 | 0.49 | 0.13 | 31.64 | 0.63 | 0.66 |
| Hex | DF | AB | 71 | 0 | 17 | 31 | D | 20 | 3F | 42 |
| Octal | 337 | 253 | 161 | 0 | 27 | 61 | 15 | 40 | 77 | 102 |
| Binary | 11011111 | 10101011 | 1110001 | 0 | 10111 | 110001 | 1101 | 100000 | 111111 | 1000010 |
Color Harmonies of #DFAB71
Complementary color
Monochromatic Colors of #DFAB71
Black with #DFAB71
Text Example
Text Example
White with #DFAB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB71; }
p { color: rgb(223,171,113); }
H1.HeaderClassName
{
color: #DFAB71;
}
.AnyTagClassName
{
color: #DFAB71;
}
</style>
background-color css
<style>
a { background-color: #DFAB71; }
a { background-color: rgb(223,171,113); }
div.DivClassName
{
background-color: #DFAB71;
}
.BgClassName
{
background-color: #DFAB71;
}
</style>
border-color css
<style>
span { border-color: #DFAB71; }
span { border-color: rgb(223,171,113); }
td.TdClassName
{
border-color: #DFAB71;
}
.TagClassName
{
border-color: #DFAB71;
}
</style>