Shades of Manhattan #D9AC7F
Tints of Manhattan #D9AC7F
RGB
CMYK
RGB Variations
Color information
#D9AC7F (or 0xD9AC7F) is known color: Manhattan. HEX triplet: D9, AC and 7F. RGB value is (217,172,127). Sum of RGB (Red+Green+Blue) = 217+172+127=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC7F is #265380. Grayscale: #B4B4B4. Windows color (decimal): -2511745 or 8367321. OLE color: 8367321.
HSL color Cylindrical-coordinate representation of color #D9AC7F: hue angle of 30º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9AC7F is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 172 | 127 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.15 |
| HSL | 30º | 0.54% | 0.67% | - |
| HSV(B) | 30º | 0.41% | 0.85% | - |
| XYZ | 47.2 | 45.79 | 26.43 | - |
| YUV | 180.33 | 97.91 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 172 | 127 | 0 | 0.21 | 0.41 | 0.15 | 30 | 0.54 | 0.67 |
| Hex | D9 | AC | 7F | 0 | 15 | 29 | F | 1E | 36 | 43 |
| Octal | 331 | 254 | 177 | 0 | 25 | 51 | 17 | 36 | 66 | 103 |
| Binary | 11011001 | 10101100 | 1111111 | 0 | 10101 | 101001 | 1111 | 11110 | 110110 | 1000011 |
Color Harmonies of #D9AC7F
Complementary color
Monochromatic Colors of #D9AC7F
Black with #D9AC7F
Text Example
Text Example
White with #D9AC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AC7F; }
p { color: rgb(217,172,127); }
H1.HeaderClassName
{
color: #D9AC7F;
}
.AnyTagClassName
{
color: #D9AC7F;
}
</style>
background-color css
<style>
a { background-color: #D9AC7F; }
a { background-color: rgb(217,172,127); }
div.DivClassName
{
background-color: #D9AC7F;
}
.BgClassName
{
background-color: #D9AC7F;
}
</style>
border-color css
<style>
span { border-color: #D9AC7F; }
span { border-color: rgb(217,172,127); }
td.TdClassName
{
border-color: #D9AC7F;
}
.TagClassName
{
border-color: #D9AC7F;
}
</style>