Shades of Manhattan #DFAA76
Tints of Manhattan #DFAA76
RGB
CMYK
RGB Variations
Color information
#DFAA76 (or 0xDFAA76) is known color: Manhattan. HEX triplet: DF, AA and 76. RGB value is (223,170,118). Sum of RGB (Red+Green+Blue) = 223+170+118=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA76 is #205589. Grayscale: #B4B4B4. Windows color (decimal): -2119050 or 7776991. OLE color: 7776991.
HSL color Cylindrical-coordinate representation of color #DFAA76: hue angle of 29.71º 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 #DFAA76 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 118 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.13 |
| HSL | 29.71º | 0.62% | 0.67% | - |
| HSV(B) | 29.71º | 0.47% | 0.87% | - |
| XYZ | 48.08 | 45.75 | 23.44 | - |
| YUV | 179.92 | 93.06 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 118 | 0 | 0.24 | 0.47 | 0.13 | 29.71 | 0.62 | 0.67 |
| Hex | DF | AA | 76 | 0 | 18 | 2F | D | 1E | 3E | 43 |
| Octal | 337 | 252 | 166 | 0 | 30 | 57 | 15 | 36 | 76 | 103 |
| Binary | 11011111 | 10101010 | 1110110 | 0 | 11000 | 101111 | 1101 | 11110 | 111110 | 1000011 |
Color Harmonies of #DFAA76
Complementary color
Monochromatic Colors of #DFAA76
Black with #DFAA76
Text Example
Text Example
White with #DFAA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA76; }
p { color: rgb(223,170,118); }
H1.HeaderClassName
{
color: #DFAA76;
}
.AnyTagClassName
{
color: #DFAA76;
}
</style>
background-color css
<style>
a { background-color: #DFAA76; }
a { background-color: rgb(223,170,118); }
div.DivClassName
{
background-color: #DFAA76;
}
.BgClassName
{
background-color: #DFAA76;
}
</style>
border-color css
<style>
span { border-color: #DFAA76; }
span { border-color: rgb(223,170,118); }
td.TdClassName
{
border-color: #DFAA76;
}
.TagClassName
{
border-color: #DFAA76;
}
</style>