Shades of Manhattan #DFA76F
Tints of Manhattan #DFA76F
RGB
CMYK
RGB Variations
Color information
#DFA76F (or 0xDFA76F) is known color: Manhattan. HEX triplet: DF, A7 and 6F. RGB value is (223,167,111). Sum of RGB (Red+Green+Blue) = 223+167+111=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA76F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA76F is #205890. Grayscale: #B1B1B1. Windows color (decimal): -2119825 or 7317471. OLE color: 7317471.
HSL color Cylindrical-coordinate representation of color #DFA76F: hue angle of 30º 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 #DFA76F is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 111 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.13 |
| HSL | 30º | 0.64% | 0.65% | - |
| HSV(B) | 30º | 0.5% | 0.87% | - |
| XYZ | 47.12 | 44.47 | 21.14 | - |
| YUV | 177.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 111 | 0 | 0.25 | 0.50 | 0.13 | 30 | 0.64 | 0.65 |
| Hex | DF | A7 | 6F | 0 | 19 | 32 | D | 1E | 40 | 41 |
| Octal | 337 | 247 | 157 | 0 | 31 | 62 | 15 | 36 | 100 | 101 |
| Binary | 11011111 | 10100111 | 1101111 | 0 | 11001 | 110010 | 1101 | 11110 | 1000000 | 1000001 |
Color Harmonies of #DFA76F
Complementary color
Monochromatic Colors of #DFA76F
Black with #DFA76F
Text Example
Text Example
White with #DFA76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA76F; }
p { color: rgb(223,167,111); }
H1.HeaderClassName
{
color: #DFA76F;
}
.AnyTagClassName
{
color: #DFA76F;
}
</style>
background-color css
<style>
a { background-color: #DFA76F; }
a { background-color: rgb(223,167,111); }
div.DivClassName
{
background-color: #DFA76F;
}
.BgClassName
{
background-color: #DFA76F;
}
</style>
border-color css
<style>
span { border-color: #DFA76F; }
span { border-color: rgb(223,167,111); }
td.TdClassName
{
border-color: #DFA76F;
}
.TagClassName
{
border-color: #DFA76F;
}
</style>