Shades of Manhattan #DFAF73
Tints of Manhattan #DFAF73
RGB
CMYK
RGB Variations
Color information
#DFAF73 (or 0xDFAF73) is known color: Manhattan. HEX triplet: DF, AF and 73. RGB value is (223,175,115). Sum of RGB (Red+Green+Blue) = 223+175+115=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF73 is #20508C. Grayscale: #B6B6B6. Windows color (decimal): -2117773 or 7581663. OLE color: 7581663.
HSL color Cylindrical-coordinate representation of color #DFAF73: hue angle of 33.33º 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 #DFAF73 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 115 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.13 |
| HSL | 33.33º | 0.63% | 0.66% | - |
| HSV(B) | 33.33º | 0.48% | 0.87% | - |
| XYZ | 48.86 | 47.59 | 22.83 | - |
| YUV | 182.51 | 89.9 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 115 | 0 | 0.22 | 0.48 | 0.13 | 33.33 | 0.63 | 0.66 |
| Hex | DF | AF | 73 | 0 | 16 | 30 | D | 21 | 3F | 42 |
| Octal | 337 | 257 | 163 | 0 | 26 | 60 | 15 | 41 | 77 | 102 |
| Binary | 11011111 | 10101111 | 1110011 | 0 | 10110 | 110000 | 1101 | 100001 | 111111 | 1000010 |
Color Harmonies of #DFAF73
Complementary color
Monochromatic Colors of #DFAF73
Black with #DFAF73
Text Example
Text Example
White with #DFAF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF73; }
p { color: rgb(223,175,115); }
H1.HeaderClassName
{
color: #DFAF73;
}
.AnyTagClassName
{
color: #DFAF73;
}
</style>
background-color css
<style>
a { background-color: #DFAF73; }
a { background-color: rgb(223,175,115); }
div.DivClassName
{
background-color: #DFAF73;
}
.BgClassName
{
background-color: #DFAF73;
}
</style>
border-color css
<style>
span { border-color: #DFAF73; }
span { border-color: rgb(223,175,115); }
td.TdClassName
{
border-color: #DFAF73;
}
.TagClassName
{
border-color: #DFAF73;
}
</style>