Shades of Manhattan #DEAF83
Tints of Manhattan #DEAF83
RGB
CMYK
RGB Variations
Color information
#DEAF83 (or 0xDEAF83) is known color: Manhattan. HEX triplet: DE, AF and 83. RGB value is (222,175,131). Sum of RGB (Red+Green+Blue) = 222+175+131=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAF83 is #21507C. Grayscale: #B8B8B8. Windows color (decimal): -2183293 or 8630238. OLE color: 8630238.
HSL color Cylindrical-coordinate representation of color #DEAF83: hue angle of 29.01º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEAF83 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 131 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.13 |
| HSL | 29.01º | 0.58% | 0.69% | - |
| HSV(B) | 29.01º | 0.41% | 0.87% | - |
| XYZ | 49.55 | 47.83 | 28.09 | - |
| YUV | 184.04 | 98.07 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 131 | 0 | 0.21 | 0.41 | 0.13 | 29.01 | 0.58 | 0.69 |
| Hex | DE | AF | 83 | 0 | 15 | 29 | D | 1D | 3A | 45 |
| Octal | 336 | 257 | 203 | 0 | 25 | 51 | 15 | 35 | 72 | 105 |
| Binary | 11011110 | 10101111 | 10000011 | 0 | 10101 | 101001 | 1101 | 11101 | 111010 | 1000101 |
Color Harmonies of #DEAF83
Complementary color
Monochromatic Colors of #DEAF83
Black with #DEAF83
Text Example
Text Example
White with #DEAF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAF83; }
p { color: rgb(222,175,131); }
H1.HeaderClassName
{
color: #DEAF83;
}
.AnyTagClassName
{
color: #DEAF83;
}
</style>
background-color css
<style>
a { background-color: #DEAF83; }
a { background-color: rgb(222,175,131); }
div.DivClassName
{
background-color: #DEAF83;
}
.BgClassName
{
background-color: #DEAF83;
}
</style>
border-color css
<style>
span { border-color: #DEAF83; }
span { border-color: rgb(222,175,131); }
td.TdClassName
{
border-color: #DEAF83;
}
.TagClassName
{
border-color: #DEAF83;
}
</style>