Shades of Manhattan #DFA973
Tints of Manhattan #DFA973
RGB
CMYK
RGB Variations
Color information
#DFA973 (or 0xDFA973) is known color: Manhattan. HEX triplet: DF, A9 and 73. RGB value is (223,169,115). Sum of RGB (Red+Green+Blue) = 223+169+115=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA973 is #20568C. Grayscale: #B3B3B3. Windows color (decimal): -2119309 or 7580127. OLE color: 7580127.
HSL color Cylindrical-coordinate representation of color #DFA973: hue angle of 30º 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 #DFA973 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 115 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.13 |
| HSL | 30º | 0.63% | 0.66% | - |
| HSV(B) | 30º | 0.48% | 0.87% | - |
| XYZ | 47.71 | 45.3 | 22.45 | - |
| YUV | 178.99 | 91.89 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 115 | 0 | 0.24 | 0.48 | 0.13 | 30 | 0.63 | 0.66 |
| Hex | DF | A9 | 73 | 0 | 18 | 30 | D | 1E | 3F | 42 |
| Octal | 337 | 251 | 163 | 0 | 30 | 60 | 15 | 36 | 77 | 102 |
| Binary | 11011111 | 10101001 | 1110011 | 0 | 11000 | 110000 | 1101 | 11110 | 111111 | 1000010 |
Color Harmonies of #DFA973
Complementary color
Monochromatic Colors of #DFA973
Black with #DFA973
Text Example
Text Example
White with #DFA973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA973; }
p { color: rgb(223,169,115); }
H1.HeaderClassName
{
color: #DFA973;
}
.AnyTagClassName
{
color: #DFA973;
}
</style>
background-color css
<style>
a { background-color: #DFA973; }
a { background-color: rgb(223,169,115); }
div.DivClassName
{
background-color: #DFA973;
}
.BgClassName
{
background-color: #DFA973;
}
</style>
border-color css
<style>
span { border-color: #DFA973; }
span { border-color: rgb(223,169,115); }
td.TdClassName
{
border-color: #DFA973;
}
.TagClassName
{
border-color: #DFA973;
}
</style>