Shades of Manhattan #DFAE75
Tints of Manhattan #DFAE75
RGB
CMYK
RGB Variations
Color information
#DFAE75 (or 0xDFAE75) is known color: Manhattan. HEX triplet: DF, AE and 75. RGB value is (223,174,117). Sum of RGB (Red+Green+Blue) = 223+174+117=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAE75 is #20518A. Grayscale: #B6B6B6. Windows color (decimal): -2118027 or 7712479. OLE color: 7712479.
HSL color Cylindrical-coordinate representation of color #DFAE75: hue angle of 32.26º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFAE75 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 174 | 117 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.13 |
| HSL | 32.26º | 0.62% | 0.67% | - |
| HSV(B) | 32.26º | 0.48% | 0.87% | - |
| XYZ | 48.78 | 47.24 | 23.38 | - |
| YUV | 182.15 | 91.23 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 117 | 0 | 0.22 | 0.48 | 0.13 | 32.26 | 0.62 | 0.67 |
| Hex | DF | AE | 75 | 0 | 16 | 30 | D | 20 | 3E | 43 |
| Octal | 337 | 256 | 165 | 0 | 26 | 60 | 15 | 40 | 76 | 103 |
| Binary | 11011111 | 10101110 | 1110101 | 0 | 10110 | 110000 | 1101 | 100000 | 111110 | 1000011 |
Color Harmonies of #DFAE75
Complementary color
Monochromatic Colors of #DFAE75
Black with #DFAE75
Text Example
Text Example
White with #DFAE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAE75; }
p { color: rgb(223,174,117); }
H1.HeaderClassName
{
color: #DFAE75;
}
.AnyTagClassName
{
color: #DFAE75;
}
</style>
background-color css
<style>
a { background-color: #DFAE75; }
a { background-color: rgb(223,174,117); }
div.DivClassName
{
background-color: #DFAE75;
}
.BgClassName
{
background-color: #DFAE75;
}
</style>
border-color css
<style>
span { border-color: #DFAE75; }
span { border-color: rgb(223,174,117); }
td.TdClassName
{
border-color: #DFAE75;
}
.TagClassName
{
border-color: #DFAE75;
}
</style>