Shades of Manhattan #DFAD7C
Tints of Manhattan #DFAD7C
RGB
CMYK
RGB Variations
Color information
#DFAD7C (or 0xDFAD7C) is known color: Manhattan. HEX triplet: DF, AD and 7C. RGB value is (223,173,124). Sum of RGB (Red+Green+Blue) = 223+173+124=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAD7C is #205283. Grayscale: #B6B6B6. Windows color (decimal): -2118276 or 8170975. OLE color: 8170975.
HSL color Cylindrical-coordinate representation of color #DFAD7C: hue angle of 29.7º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFAD7C is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 173 | 124 | - |
CMYK | 0 | 0.22 | 0.44 | 0.13 |
HSL | 29.7º | 0.61% | 0.68% | - |
HSV(B) | 29.7º | 0.44% | 0.87% | - |
XYZ | 49.01 | 47.03 | 25.56 | - |
YUV | 182.36 | 95.07 | 156.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 173 | 124 | 0 | 0.22 | 0.44 | 0.13 | 29.7 | 0.61 | 0.68 |
Hex | DF | AD | 7C | 0 | 16 | 2C | D | 1E | 3D | 44 |
Octal | 337 | 255 | 174 | 0 | 26 | 54 | 15 | 36 | 75 | 104 |
Binary | 11011111 | 10101101 | 1111100 | 0 | 10110 | 101100 | 1101 | 11110 | 111101 | 1000100 |
Color Harmonies of #DFAD7C
Complementary color
Monochromatic Colors of #DFAD7C
Black with #DFAD7C
Text Example
Text Example
White with #DFAD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAD7C; }
p { color: rgb(223,173,124); }
H1.HeaderClassName
{
color: #DFAD7C;
}
.AnyTagClassName
{
color: #DFAD7C;
}
</style>
background-color css
<style>
a { background-color: #DFAD7C; }
a { background-color: rgb(223,173,124); }
div.DivClassName
{
background-color: #DFAD7C;
}
.BgClassName
{
background-color: #DFAD7C;
}
</style>
border-color css
<style>
span { border-color: #DFAD7C; }
span { border-color: rgb(223,173,124); }
td.TdClassName
{
border-color: #DFAD7C;
}
.TagClassName
{
border-color: #DFAD7C;
}
</style>