Shades of Manhattan #DEAF77
Tints of Manhattan #DEAF77
RGB
CMYK
RGB Variations
Color information
#DEAF77 (or 0xDEAF77) is known color: Manhattan. HEX triplet: DE, AF and 77. RGB value is (222,175,119). Sum of RGB (Red+Green+Blue) = 222+175+119=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAF77 is #215088. Grayscale: #B6B6B6. Windows color (decimal): -2183305 or 7843806. OLE color: 7843806.
HSL color Cylindrical-coordinate representation of color #DEAF77: hue angle of 32.62º degrees, saturation: 0.61, 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 #DEAF77 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 119 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.13 |
| HSL | 32.62º | 0.61% | 0.67% | - |
| HSV(B) | 32.62º | 0.46% | 0.87% | - |
| XYZ | 48.78 | 47.52 | 24.05 | - |
| YUV | 182.67 | 92.07 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 119 | 0 | 0.21 | 0.46 | 0.13 | 32.62 | 0.61 | 0.67 |
| Hex | DE | AF | 77 | 0 | 15 | 2E | D | 21 | 3D | 43 |
| Octal | 336 | 257 | 167 | 0 | 25 | 56 | 15 | 41 | 75 | 103 |
| Binary | 11011110 | 10101111 | 1110111 | 0 | 10101 | 101110 | 1101 | 100001 | 111101 | 1000011 |
Color Harmonies of #DEAF77
Complementary color
Monochromatic Colors of #DEAF77
Black with #DEAF77
Text Example
Text Example
White with #DEAF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAF77; }
p { color: rgb(222,175,119); }
H1.HeaderClassName
{
color: #DEAF77;
}
.AnyTagClassName
{
color: #DEAF77;
}
</style>
background-color css
<style>
a { background-color: #DEAF77; }
a { background-color: rgb(222,175,119); }
div.DivClassName
{
background-color: #DEAF77;
}
.BgClassName
{
background-color: #DEAF77;
}
</style>
border-color css
<style>
span { border-color: #DEAF77; }
span { border-color: rgb(222,175,119); }
td.TdClassName
{
border-color: #DEAF77;
}
.TagClassName
{
border-color: #DEAF77;
}
</style>