Shades of Manhattan #DFAC82
Tints of Manhattan #DFAC82
RGB
CMYK
RGB Variations
Color information
#DFAC82 (or 0xDFAC82) is known color: Manhattan. HEX triplet: DF, AC and 82. RGB value is (223,172,130). Sum of RGB (Red+Green+Blue) = 223+172+130=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAC82 is #20537D. Grayscale: #B6B6B6. Windows color (decimal): -2118526 or 8563935. OLE color: 8563935.
HSL color Cylindrical-coordinate representation of color #DFAC82: hue angle of 27.1º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFAC82 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 130 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.13 |
| HSL | 27.1º | 0.59% | 0.69% | - |
| HSV(B) | 27.1º | 0.42% | 0.87% | - |
| XYZ | 49.21 | 46.8 | 27.56 | - |
| YUV | 182.46 | 98.4 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 130 | 0 | 0.23 | 0.42 | 0.13 | 27.1 | 0.59 | 0.69 |
| Hex | DF | AC | 82 | 0 | 17 | 2A | D | 1B | 3B | 45 |
| Octal | 337 | 254 | 202 | 0 | 27 | 52 | 15 | 33 | 73 | 105 |
| Binary | 11011111 | 10101100 | 10000010 | 0 | 10111 | 101010 | 1101 | 11011 | 111011 | 1000101 |
Color Harmonies of #DFAC82
Complementary color
Monochromatic Colors of #DFAC82
Black with #DFAC82
Text Example
Text Example
White with #DFAC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC82; }
p { color: rgb(223,172,130); }
H1.HeaderClassName
{
color: #DFAC82;
}
.AnyTagClassName
{
color: #DFAC82;
}
</style>
background-color css
<style>
a { background-color: #DFAC82; }
a { background-color: rgb(223,172,130); }
div.DivClassName
{
background-color: #DFAC82;
}
.BgClassName
{
background-color: #DFAC82;
}
</style>
border-color css
<style>
span { border-color: #DFAC82; }
span { border-color: rgb(223,172,130); }
td.TdClassName
{
border-color: #DFAC82;
}
.TagClassName
{
border-color: #DFAC82;
}
</style>