Shades of Manhattan #DEB17E
Tints of Manhattan #DEB17E
RGB
CMYK
RGB Variations
Color information
#DEB17E (or 0xDEB17E) is known color: Manhattan. HEX triplet: DE, B1 and 7E. RGB value is (222,177,126). Sum of RGB (Red+Green+Blue) = 222+177+126=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB17E is #214E81. Grayscale: #B8B8B8. Windows color (decimal): -2182786 or 8303070. OLE color: 8303070.
HSL color Cylindrical-coordinate representation of color #DEB17E: hue angle of 31.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEB17E is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 177 | 126 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.13 |
| HSL | 31.88º | 0.59% | 0.68% | - |
| HSV(B) | 31.88º | 0.43% | 0.87% | - |
| XYZ | 49.61 | 48.48 | 26.48 | - |
| YUV | 184.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 126 | 0 | 0.20 | 0.43 | 0.13 | 31.88 | 0.59 | 0.68 |
| Hex | DE | B1 | 7E | 0 | 14 | 2B | D | 20 | 3B | 44 |
| Octal | 336 | 261 | 176 | 0 | 24 | 53 | 15 | 40 | 73 | 104 |
| Binary | 11011110 | 10110001 | 1111110 | 0 | 10100 | 101011 | 1101 | 100000 | 111011 | 1000100 |
Color Harmonies of #DEB17E
Complementary color
Monochromatic Colors of #DEB17E
Black with #DEB17E
Text Example
Text Example
White with #DEB17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB17E; }
p { color: rgb(222,177,126); }
H1.HeaderClassName
{
color: #DEB17E;
}
.AnyTagClassName
{
color: #DEB17E;
}
</style>
background-color css
<style>
a { background-color: #DEB17E; }
a { background-color: rgb(222,177,126); }
div.DivClassName
{
background-color: #DEB17E;
}
.BgClassName
{
background-color: #DEB17E;
}
</style>
border-color css
<style>
span { border-color: #DEB17E; }
span { border-color: rgb(222,177,126); }
td.TdClassName
{
border-color: #DEB17E;
}
.TagClassName
{
border-color: #DEB17E;
}
</style>