Shades of Manhattan #DFA66F
Tints of Manhattan #DFA66F
RGB
CMYK
RGB Variations
Color information
#DFA66F (or 0xDFA66F) is known color: Manhattan. HEX triplet: DF, A6 and 6F. RGB value is (223,166,111). Sum of RGB (Red+Green+Blue) = 223+166+111=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA66F is #205990. Grayscale: #B1B1B1. Windows color (decimal): -2120081 or 7317215. OLE color: 7317215.
HSL color Cylindrical-coordinate representation of color #DFA66F: hue angle of 29.46º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFA66F is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 111 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.13 |
| HSL | 29.46º | 0.64% | 0.65% | - |
| HSV(B) | 29.46º | 0.5% | 0.87% | - |
| XYZ | 46.94 | 44.11 | 21.08 | - |
| YUV | 176.77 | 90.88 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 111 | 0 | 0.26 | 0.50 | 0.13 | 29.46 | 0.64 | 0.65 |
| Hex | DF | A6 | 6F | 0 | 1A | 32 | D | 1D | 40 | 41 |
| Octal | 337 | 246 | 157 | 0 | 32 | 62 | 15 | 35 | 100 | 101 |
| Binary | 11011111 | 10100110 | 1101111 | 0 | 11010 | 110010 | 1101 | 11101 | 1000000 | 1000001 |
Color Harmonies of #DFA66F
Complementary color
Monochromatic Colors of #DFA66F
Black with #DFA66F
Text Example
Text Example
White with #DFA66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA66F; }
p { color: rgb(223,166,111); }
H1.HeaderClassName
{
color: #DFA66F;
}
.AnyTagClassName
{
color: #DFA66F;
}
</style>
background-color css
<style>
a { background-color: #DFA66F; }
a { background-color: rgb(223,166,111); }
div.DivClassName
{
background-color: #DFA66F;
}
.BgClassName
{
background-color: #DFA66F;
}
</style>
border-color css
<style>
span { border-color: #DFA66F; }
span { border-color: rgb(223,166,111); }
td.TdClassName
{
border-color: #DFA66F;
}
.TagClassName
{
border-color: #DFA66F;
}
</style>