Shades of Manhattan #DEAC74
Tints of Manhattan #DEAC74
RGB
CMYK
RGB Variations
Color information
#DEAC74 (or 0xDEAC74) is known color: Manhattan. HEX triplet: DE, AC and 74. RGB value is (222,172,116). Sum of RGB (Red+Green+Blue) = 222+172+116=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAC74 is #21538B. Grayscale: #B4B4B4. Windows color (decimal): -2184076 or 7646430. OLE color: 7646430.
HSL color Cylindrical-coordinate representation of color #DEAC74: hue angle of 31.7º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEAC74 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 116 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.13 |
| HSL | 31.7º | 0.62% | 0.66% | - |
| HSV(B) | 31.7º | 0.48% | 0.87% | - |
| XYZ | 48.03 | 46.3 | 22.93 | - |
| YUV | 180.57 | 91.57 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 116 | 0 | 0.23 | 0.48 | 0.13 | 31.7 | 0.62 | 0.66 |
| Hex | DE | AC | 74 | 0 | 17 | 30 | D | 20 | 3E | 42 |
| Octal | 336 | 254 | 164 | 0 | 27 | 60 | 15 | 40 | 76 | 102 |
| Binary | 11011110 | 10101100 | 1110100 | 0 | 10111 | 110000 | 1101 | 100000 | 111110 | 1000010 |
Color Harmonies of #DEAC74
Complementary color
Monochromatic Colors of #DEAC74
Black with #DEAC74
Text Example
Text Example
White with #DEAC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC74; }
p { color: rgb(222,172,116); }
H1.HeaderClassName
{
color: #DEAC74;
}
.AnyTagClassName
{
color: #DEAC74;
}
</style>
background-color css
<style>
a { background-color: #DEAC74; }
a { background-color: rgb(222,172,116); }
div.DivClassName
{
background-color: #DEAC74;
}
.BgClassName
{
background-color: #DEAC74;
}
</style>
border-color css
<style>
span { border-color: #DEAC74; }
span { border-color: rgb(222,172,116); }
td.TdClassName
{
border-color: #DEAC74;
}
.TagClassName
{
border-color: #DEAC74;
}
</style>