Shades of Manhattan #D8AB78
Tints of Manhattan #D8AB78
RGB
CMYK
RGB Variations
Color information
#D8AB78 (or 0xD8AB78) is known color: Manhattan. HEX triplet: D8, AB and 78. RGB value is (216,171,120). Sum of RGB (Red+Green+Blue) = 216+171+120=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB78 is #275487. Grayscale: #B2B2B2. Windows color (decimal): -2577544 or 7908312. OLE color: 7908312.
HSL color Cylindrical-coordinate representation of color #D8AB78: hue angle of 31.88º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8AB78 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 120 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.15 |
| HSL | 31.88º | 0.55% | 0.66% | - |
| HSV(B) | 31.88º | 0.44% | 0.85% | - |
| XYZ | 46.27 | 45.08 | 24.03 | - |
| YUV | 178.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 120 | 0 | 0.21 | 0.44 | 0.15 | 31.88 | 0.55 | 0.66 |
| Hex | D8 | AB | 78 | 0 | 15 | 2C | F | 20 | 37 | 42 |
| Octal | 330 | 253 | 170 | 0 | 25 | 54 | 17 | 40 | 67 | 102 |
| Binary | 11011000 | 10101011 | 1111000 | 0 | 10101 | 101100 | 1111 | 100000 | 110111 | 1000010 |
Color Harmonies of #D8AB78
Complementary color
Monochromatic Colors of #D8AB78
Black with #D8AB78
Text Example
Text Example
White with #D8AB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB78; }
p { color: rgb(216,171,120); }
H1.HeaderClassName
{
color: #D8AB78;
}
.AnyTagClassName
{
color: #D8AB78;
}
</style>
background-color css
<style>
a { background-color: #D8AB78; }
a { background-color: rgb(216,171,120); }
div.DivClassName
{
background-color: #D8AB78;
}
.BgClassName
{
background-color: #D8AB78;
}
</style>
border-color css
<style>
span { border-color: #D8AB78; }
span { border-color: rgb(216,171,120); }
td.TdClassName
{
border-color: #D8AB78;
}
.TagClassName
{
border-color: #D8AB78;
}
</style>