Shades of Manhattan #D9AD78
Tints of Manhattan #D9AD78
RGB
CMYK
RGB Variations
Color information
#D9AD78 (or 0xD9AD78) is known color: Manhattan. HEX triplet: D9, AD and 78. RGB value is (217,173,120). Sum of RGB (Red+Green+Blue) = 217+173+120=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD78 is #265287. Grayscale: #B4B4B4. Windows color (decimal): -2511496 or 7908825. OLE color: 7908825.
HSL color Cylindrical-coordinate representation of color #D9AD78: hue angle of 32.78º 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 #D9AD78 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 120 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.15 |
| HSL | 32.78º | 0.56% | 0.66% | - |
| HSV(B) | 32.78º | 0.45% | 0.85% | - |
| XYZ | 46.95 | 45.99 | 24.17 | - |
| YUV | 180.11 | 94.08 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 120 | 0 | 0.20 | 0.45 | 0.15 | 32.78 | 0.56 | 0.66 |
| Hex | D9 | AD | 78 | 0 | 14 | 2D | F | 21 | 38 | 42 |
| Octal | 331 | 255 | 170 | 0 | 24 | 55 | 17 | 41 | 70 | 102 |
| Binary | 11011001 | 10101101 | 1111000 | 0 | 10100 | 101101 | 1111 | 100001 | 111000 | 1000010 |
Color Harmonies of #D9AD78
Complementary color
Monochromatic Colors of #D9AD78
Black with #D9AD78
Text Example
Text Example
White with #D9AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD78; }
p { color: rgb(217,173,120); }
H1.HeaderClassName
{
color: #D9AD78;
}
.AnyTagClassName
{
color: #D9AD78;
}
</style>
background-color css
<style>
a { background-color: #D9AD78; }
a { background-color: rgb(217,173,120); }
div.DivClassName
{
background-color: #D9AD78;
}
.BgClassName
{
background-color: #D9AD78;
}
</style>
border-color css
<style>
span { border-color: #D9AD78; }
span { border-color: rgb(217,173,120); }
td.TdClassName
{
border-color: #D9AD78;
}
.TagClassName
{
border-color: #D9AD78;
}
</style>