Shades of Manhattan #D9AB78
Tints of Manhattan #D9AB78
RGB
CMYK
RGB Variations
Color information
#D9AB78 (or 0xD9AB78) is known color: Manhattan. HEX triplet: D9, AB and 78. RGB value is (217,171,120). Sum of RGB (Red+Green+Blue) = 217+171+120=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB78 is #265487. Grayscale: #B3B3B3. Windows color (decimal): -2512008 or 7908313. OLE color: 7908313.
HSL color Cylindrical-coordinate representation of color #D9AB78: hue angle of 31.55º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D9AB78 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 120 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.15 |
| HSL | 31.55º | 0.56% | 0.66% | - |
| HSV(B) | 31.55º | 0.45% | 0.85% | - |
| XYZ | 46.57 | 45.23 | 24.05 | - |
| YUV | 178.94 | 94.74 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 120 | 0 | 0.21 | 0.45 | 0.15 | 31.55 | 0.56 | 0.66 |
| Hex | D9 | AB | 78 | 0 | 15 | 2D | F | 20 | 38 | 42 |
| Octal | 331 | 253 | 170 | 0 | 25 | 55 | 17 | 40 | 70 | 102 |
| Binary | 11011001 | 10101011 | 1111000 | 0 | 10101 | 101101 | 1111 | 100000 | 111000 | 1000010 |
Color Harmonies of #D9AB78
Complementary color
Monochromatic Colors of #D9AB78
Black with #D9AB78
Text Example
Text Example
White with #D9AB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB78; }
p { color: rgb(217,171,120); }
H1.HeaderClassName
{
color: #D9AB78;
}
.AnyTagClassName
{
color: #D9AB78;
}
</style>
background-color css
<style>
a { background-color: #D9AB78; }
a { background-color: rgb(217,171,120); }
div.DivClassName
{
background-color: #D9AB78;
}
.BgClassName
{
background-color: #D9AB78;
}
</style>
border-color css
<style>
span { border-color: #D9AB78; }
span { border-color: rgb(217,171,120); }
td.TdClassName
{
border-color: #D9AB78;
}
.TagClassName
{
border-color: #D9AB78;
}
</style>