Shades of Manhattan #D9AC7D
Tints of Manhattan #D9AC7D
RGB
CMYK
RGB Variations
Color information
#D9AC7D (or 0xD9AC7D) is known color: Manhattan. HEX triplet: D9, AC and 7D. RGB value is (217,172,125). Sum of RGB (Red+Green+Blue) = 217+172+125=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC7D is #265382. Grayscale: #B4B4B4. Windows color (decimal): -2511747 or 8236249. OLE color: 8236249.
HSL color Cylindrical-coordinate representation of color #D9AC7D: hue angle of 30.65º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9AC7D is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 172 | 125 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.15 |
| HSL | 30.65º | 0.55% | 0.67% | - |
| HSV(B) | 30.65º | 0.42% | 0.85% | - |
| XYZ | 47.07 | 45.74 | 25.75 | - |
| YUV | 180.1 | 96.91 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 172 | 125 | 0 | 0.21 | 0.42 | 0.15 | 30.65 | 0.55 | 0.67 |
| Hex | D9 | AC | 7D | 0 | 15 | 2A | F | 1F | 37 | 43 |
| Octal | 331 | 254 | 175 | 0 | 25 | 52 | 17 | 37 | 67 | 103 |
| Binary | 11011001 | 10101100 | 1111101 | 0 | 10101 | 101010 | 1111 | 11111 | 110111 | 1000011 |
Color Harmonies of #D9AC7D
Complementary color
Monochromatic Colors of #D9AC7D
Black with #D9AC7D
Text Example
Text Example
White with #D9AC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AC7D; }
p { color: rgb(217,172,125); }
H1.HeaderClassName
{
color: #D9AC7D;
}
.AnyTagClassName
{
color: #D9AC7D;
}
</style>
background-color css
<style>
a { background-color: #D9AC7D; }
a { background-color: rgb(217,172,125); }
div.DivClassName
{
background-color: #D9AC7D;
}
.BgClassName
{
background-color: #D9AC7D;
}
</style>
border-color css
<style>
span { border-color: #D9AC7D; }
span { border-color: rgb(217,172,125); }
td.TdClassName
{
border-color: #D9AC7D;
}
.TagClassName
{
border-color: #D9AC7D;
}
</style>