Shades of Manhattan #DFA875
Tints of Manhattan #DFA875
RGB
CMYK
RGB Variations
Color information
#DFA875 (or 0xDFA875) is known color: Manhattan. HEX triplet: DF, A8 and 75. RGB value is (223,168,117). Sum of RGB (Red+Green+Blue) = 223+168+117=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA875 is #20578A. Grayscale: #B2B2B2. Windows color (decimal): -2119563 or 7710943. OLE color: 7710943.
HSL color Cylindrical-coordinate representation of color #DFA875: hue angle of 28.87º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFA875 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 168 | 117 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.13 |
| HSL | 28.87º | 0.62% | 0.67% | - |
| HSV(B) | 28.87º | 0.48% | 0.87% | - |
| XYZ | 47.64 | 44.98 | 23 | - |
| YUV | 178.63 | 93.22 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 117 | 0 | 0.25 | 0.48 | 0.13 | 28.87 | 0.62 | 0.67 |
| Hex | DF | A8 | 75 | 0 | 19 | 30 | D | 1D | 3E | 43 |
| Octal | 337 | 250 | 165 | 0 | 31 | 60 | 15 | 35 | 76 | 103 |
| Binary | 11011111 | 10101000 | 1110101 | 0 | 11001 | 110000 | 1101 | 11101 | 111110 | 1000011 |
Color Harmonies of #DFA875
Complementary color
Monochromatic Colors of #DFA875
Black with #DFA875
Text Example
Text Example
White with #DFA875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA875; }
p { color: rgb(223,168,117); }
H1.HeaderClassName
{
color: #DFA875;
}
.AnyTagClassName
{
color: #DFA875;
}
</style>
background-color css
<style>
a { background-color: #DFA875; }
a { background-color: rgb(223,168,117); }
div.DivClassName
{
background-color: #DFA875;
}
.BgClassName
{
background-color: #DFA875;
}
</style>
border-color css
<style>
span { border-color: #DFA875; }
span { border-color: rgb(223,168,117); }
td.TdClassName
{
border-color: #DFA875;
}
.TagClassName
{
border-color: #DFA875;
}
</style>