Shades of Manhattan #DFA874
Tints of Manhattan #DFA874
RGB
CMYK
RGB Variations
Color information
#DFA874 (or 0xDFA874) is known color: Manhattan. HEX triplet: DF, A8 and 74. RGB value is (223,168,116). Sum of RGB (Red+Green+Blue) = 223+168+116=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA874 is #20578B. Grayscale: #B2B2B2. Windows color (decimal): -2119564 or 7645407. OLE color: 7645407.
HSL color Cylindrical-coordinate representation of color #DFA874: hue angle of 29.16º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFA874 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 168 | 116 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.13 |
| HSL | 29.16º | 0.63% | 0.66% | - |
| HSV(B) | 29.16º | 0.48% | 0.87% | - |
| XYZ | 47.59 | 44.95 | 22.69 | - |
| YUV | 178.52 | 92.72 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 116 | 0 | 0.25 | 0.48 | 0.13 | 29.16 | 0.63 | 0.66 |
| Hex | DF | A8 | 74 | 0 | 19 | 30 | D | 1D | 3F | 42 |
| Octal | 337 | 250 | 164 | 0 | 31 | 60 | 15 | 35 | 77 | 102 |
| Binary | 11011111 | 10101000 | 1110100 | 0 | 11001 | 110000 | 1101 | 11101 | 111111 | 1000010 |
Color Harmonies of #DFA874
Complementary color
Monochromatic Colors of #DFA874
Black with #DFA874
Text Example
Text Example
White with #DFA874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA874; }
p { color: rgb(223,168,116); }
H1.HeaderClassName
{
color: #DFA874;
}
.AnyTagClassName
{
color: #DFA874;
}
</style>
background-color css
<style>
a { background-color: #DFA874; }
a { background-color: rgb(223,168,116); }
div.DivClassName
{
background-color: #DFA874;
}
.BgClassName
{
background-color: #DFA874;
}
</style>
border-color css
<style>
span { border-color: #DFA874; }
span { border-color: rgb(223,168,116); }
td.TdClassName
{
border-color: #DFA874;
}
.TagClassName
{
border-color: #DFA874;
}
</style>