Shades of Manhattan #DFAC76
Tints of Manhattan #DFAC76
RGB
CMYK
RGB Variations
Color information
#DFAC76 (or 0xDFAC76) is known color: Manhattan. HEX triplet: DF, AC and 76. RGB value is (223,172,118). Sum of RGB (Red+Green+Blue) = 223+172+118=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC76 is #205389. Grayscale: #B5B5B5. Windows color (decimal): -2118538 or 7777503. OLE color: 7777503.
HSL color Cylindrical-coordinate representation of color #DFAC76: hue angle of 30.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFAC76 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 118 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.13 |
| HSL | 30.86º | 0.62% | 0.67% | - |
| HSV(B) | 30.86º | 0.47% | 0.87% | - |
| XYZ | 48.45 | 46.5 | 23.56 | - |
| YUV | 181.09 | 92.4 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 118 | 0 | 0.23 | 0.47 | 0.13 | 30.86 | 0.62 | 0.67 |
| Hex | DF | AC | 76 | 0 | 17 | 2F | D | 1F | 3E | 43 |
| Octal | 337 | 254 | 166 | 0 | 27 | 57 | 15 | 37 | 76 | 103 |
| Binary | 11011111 | 10101100 | 1110110 | 0 | 10111 | 101111 | 1101 | 11111 | 111110 | 1000011 |
Color Harmonies of #DFAC76
Complementary color
Monochromatic Colors of #DFAC76
Black with #DFAC76
Text Example
Text Example
White with #DFAC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC76; }
p { color: rgb(223,172,118); }
H1.HeaderClassName
{
color: #DFAC76;
}
.AnyTagClassName
{
color: #DFAC76;
}
</style>
background-color css
<style>
a { background-color: #DFAC76; }
a { background-color: rgb(223,172,118); }
div.DivClassName
{
background-color: #DFAC76;
}
.BgClassName
{
background-color: #DFAC76;
}
</style>
border-color css
<style>
span { border-color: #DFAC76; }
span { border-color: rgb(223,172,118); }
td.TdClassName
{
border-color: #DFAC76;
}
.TagClassName
{
border-color: #DFAC76;
}
</style>