Shades of Manhattan #DFAC74
Tints of Manhattan #DFAC74
RGB
CMYK
RGB Variations
Color information
#DFAC74 (or 0xDFAC74) is known color: Manhattan. HEX triplet: DF, AC and 74. RGB value is (223,172,116). Sum of RGB (Red+Green+Blue) = 223+172+116=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC74 is #20538B. Grayscale: #B5B5B5. Windows color (decimal): -2118540 or 7646431. OLE color: 7646431.
HSL color Cylindrical-coordinate representation of color #DFAC74: hue angle of 31.4º 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 #DFAC74 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 116 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.13 |
| HSL | 31.4º | 0.63% | 0.66% | - |
| HSV(B) | 31.4º | 0.48% | 0.87% | - |
| XYZ | 48.34 | 46.45 | 22.94 | - |
| YUV | 180.87 | 91.4 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 116 | 0 | 0.23 | 0.48 | 0.13 | 31.4 | 0.63 | 0.66 |
| Hex | DF | AC | 74 | 0 | 17 | 30 | D | 1F | 3F | 42 |
| Octal | 337 | 254 | 164 | 0 | 27 | 60 | 15 | 37 | 77 | 102 |
| Binary | 11011111 | 10101100 | 1110100 | 0 | 10111 | 110000 | 1101 | 11111 | 111111 | 1000010 |
Color Harmonies of #DFAC74
Complementary color
Monochromatic Colors of #DFAC74
Black with #DFAC74
Text Example
Text Example
White with #DFAC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC74; }
p { color: rgb(223,172,116); }
H1.HeaderClassName
{
color: #DFAC74;
}
.AnyTagClassName
{
color: #DFAC74;
}
</style>
background-color css
<style>
a { background-color: #DFAC74; }
a { background-color: rgb(223,172,116); }
div.DivClassName
{
background-color: #DFAC74;
}
.BgClassName
{
background-color: #DFAC74;
}
</style>
border-color css
<style>
span { border-color: #DFAC74; }
span { border-color: rgb(223,172,116); }
td.TdClassName
{
border-color: #DFAC74;
}
.TagClassName
{
border-color: #DFAC74;
}
</style>