Shades of Manhattan #DFA770
Tints of Manhattan #DFA770
RGB
CMYK
RGB Variations
Color information
#DFA770 (or 0xDFA770) is known color: Manhattan. HEX triplet: DF, A7 and 70. RGB value is (223,167,112). Sum of RGB (Red+Green+Blue) = 223+167+112=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA770 is #20588F. Grayscale: #B1B1B1. Windows color (decimal): -2119824 or 7383007. OLE color: 7383007.
HSL color Cylindrical-coordinate representation of color #DFA770: hue angle of 29.73º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFA770 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 112 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.13 |
| HSL | 29.73º | 0.63% | 0.66% | - |
| HSV(B) | 29.73º | 0.5% | 0.87% | - |
| XYZ | 47.17 | 44.5 | 21.43 | - |
| YUV | 177.47 | 91.05 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 112 | 0 | 0.25 | 0.50 | 0.13 | 29.73 | 0.63 | 0.66 |
| Hex | DF | A7 | 70 | 0 | 19 | 32 | D | 1E | 3F | 42 |
| Octal | 337 | 247 | 160 | 0 | 31 | 62 | 15 | 36 | 77 | 102 |
| Binary | 11011111 | 10100111 | 1110000 | 0 | 11001 | 110010 | 1101 | 11110 | 111111 | 1000010 |
Color Harmonies of #DFA770
Complementary color
Monochromatic Colors of #DFA770
Black with #DFA770
Text Example
Text Example
White with #DFA770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA770; }
p { color: rgb(223,167,112); }
H1.HeaderClassName
{
color: #DFA770;
}
.AnyTagClassName
{
color: #DFA770;
}
</style>
background-color css
<style>
a { background-color: #DFA770; }
a { background-color: rgb(223,167,112); }
div.DivClassName
{
background-color: #DFA770;
}
.BgClassName
{
background-color: #DFA770;
}
</style>
border-color css
<style>
span { border-color: #DFA770; }
span { border-color: rgb(223,167,112); }
td.TdClassName
{
border-color: #DFA770;
}
.TagClassName
{
border-color: #DFA770;
}
</style>