Shades of Manhattan #D9AC7C
Tints of Manhattan #D9AC7C
RGB
CMYK
RGB Variations
Color information
#D9AC7C (or 0xD9AC7C) is known color: Manhattan. HEX triplet: D9, AC and 7C. RGB value is (217,172,124). Sum of RGB (Red+Green+Blue) = 217+172+124=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC7C is #265383. Grayscale: #B4B4B4. Windows color (decimal): -2511748 or 8170713. OLE color: 8170713.
HSL color Cylindrical-coordinate representation of color #D9AC7C: hue angle of 30.97º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9AC7C is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 172 | 124 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.15 |
| HSL | 30.97º | 0.55% | 0.67% | - |
| HSV(B) | 30.97º | 0.43% | 0.85% | - |
| XYZ | 47.01 | 45.71 | 25.41 | - |
| YUV | 179.98 | 96.41 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 172 | 124 | 0 | 0.21 | 0.43 | 0.15 | 30.97 | 0.55 | 0.67 |
| Hex | D9 | AC | 7C | 0 | 15 | 2B | F | 1F | 37 | 43 |
| Octal | 331 | 254 | 174 | 0 | 25 | 53 | 17 | 37 | 67 | 103 |
| Binary | 11011001 | 10101100 | 1111100 | 0 | 10101 | 101011 | 1111 | 11111 | 110111 | 1000011 |
Color Harmonies of #D9AC7C
Complementary color
Monochromatic Colors of #D9AC7C
Black with #D9AC7C
Text Example
Text Example
White with #D9AC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AC7C; }
p { color: rgb(217,172,124); }
H1.HeaderClassName
{
color: #D9AC7C;
}
.AnyTagClassName
{
color: #D9AC7C;
}
</style>
background-color css
<style>
a { background-color: #D9AC7C; }
a { background-color: rgb(217,172,124); }
div.DivClassName
{
background-color: #D9AC7C;
}
.BgClassName
{
background-color: #D9AC7C;
}
</style>
border-color css
<style>
span { border-color: #D9AC7C; }
span { border-color: rgb(217,172,124); }
td.TdClassName
{
border-color: #D9AC7C;
}
.TagClassName
{
border-color: #D9AC7C;
}
</style>