Shades of Manhattan #DFAF78
Tints of Manhattan #DFAF78
RGB
CMYK
RGB Variations
Color information
#DFAF78 (or 0xDFAF78) is known color: Manhattan. HEX triplet: DF, AF and 78. RGB value is (223,175,120). Sum of RGB (Red+Green+Blue) = 223+175+120=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF78 is #205087. Grayscale: #B7B7B7. Windows color (decimal): -2117768 or 7909343. OLE color: 7909343.
HSL color Cylindrical-coordinate representation of color #DFAF78: hue angle of 32.04º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFAF78 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 120 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.13 |
| HSL | 32.04º | 0.62% | 0.67% | - |
| HSV(B) | 32.04º | 0.46% | 0.87% | - |
| XYZ | 49.15 | 47.7 | 24.39 | - |
| YUV | 183.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 120 | 0 | 0.22 | 0.46 | 0.13 | 32.04 | 0.62 | 0.67 |
| Hex | DF | AF | 78 | 0 | 16 | 2E | D | 20 | 3E | 43 |
| Octal | 337 | 257 | 170 | 0 | 26 | 56 | 15 | 40 | 76 | 103 |
| Binary | 11011111 | 10101111 | 1111000 | 0 | 10110 | 101110 | 1101 | 100000 | 111110 | 1000011 |
Color Harmonies of #DFAF78
Complementary color
Monochromatic Colors of #DFAF78
Black with #DFAF78
Text Example
Text Example
White with #DFAF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF78; }
p { color: rgb(223,175,120); }
H1.HeaderClassName
{
color: #DFAF78;
}
.AnyTagClassName
{
color: #DFAF78;
}
</style>
background-color css
<style>
a { background-color: #DFAF78; }
a { background-color: rgb(223,175,120); }
div.DivClassName
{
background-color: #DFAF78;
}
.BgClassName
{
background-color: #DFAF78;
}
</style>
border-color css
<style>
span { border-color: #DFAF78; }
span { border-color: rgb(223,175,120); }
td.TdClassName
{
border-color: #DFAF78;
}
.TagClassName
{
border-color: #DFAF78;
}
</style>