Shades of Manhattan #DFAB80
Tints of Manhattan #DFAB80
RGB
CMYK
RGB Variations
Color information
#DFAB80 (or 0xDFAB80) is known color: Manhattan. HEX triplet: DF, AB and 80. RGB value is (223,171,128). Sum of RGB (Red+Green+Blue) = 223+171+128=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAB80 is #20547F. Grayscale: #B5B5B5. Windows color (decimal): -2118784 or 8432607. OLE color: 8432607.
HSL color Cylindrical-coordinate representation of color #DFAB80: hue angle of 27.16º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFAB80 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 128 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.13 |
| HSL | 27.16º | 0.6% | 0.69% | - |
| HSV(B) | 27.16º | 0.43% | 0.87% | - |
| XYZ | 48.89 | 46.37 | 26.8 | - |
| YUV | 181.65 | 97.73 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 128 | 0 | 0.23 | 0.43 | 0.13 | 27.16 | 0.6 | 0.69 |
| Hex | DF | AB | 80 | 0 | 17 | 2B | D | 1B | 3C | 45 |
| Octal | 337 | 253 | 200 | 0 | 27 | 53 | 15 | 33 | 74 | 105 |
| Binary | 11011111 | 10101011 | 10000000 | 0 | 10111 | 101011 | 1101 | 11011 | 111100 | 1000101 |
Color Harmonies of #DFAB80
Complementary color
Monochromatic Colors of #DFAB80
Black with #DFAB80
Text Example
Text Example
White with #DFAB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB80; }
p { color: rgb(223,171,128); }
H1.HeaderClassName
{
color: #DFAB80;
}
.AnyTagClassName
{
color: #DFAB80;
}
</style>
background-color css
<style>
a { background-color: #DFAB80; }
a { background-color: rgb(223,171,128); }
div.DivClassName
{
background-color: #DFAB80;
}
.BgClassName
{
background-color: #DFAB80;
}
</style>
border-color css
<style>
span { border-color: #DFAB80; }
span { border-color: rgb(223,171,128); }
td.TdClassName
{
border-color: #DFAB80;
}
.TagClassName
{
border-color: #DFAB80;
}
</style>