Shades of Manhattan #D9AB7D
Tints of Manhattan #D9AB7D
RGB
CMYK
RGB Variations
Color information
#D9AB7D (or 0xD9AB7D) is known color: Manhattan. HEX triplet: D9, AB and 7D. RGB value is (217,171,125). Sum of RGB (Red+Green+Blue) = 217+171+125=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB7D is #265482. Grayscale: #B3B3B3. Windows color (decimal): -2512003 or 8235993. OLE color: 8235993.
HSL color Cylindrical-coordinate representation of color #D9AB7D: hue angle of 30º 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 #D9AB7D is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 125 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.15 |
| HSL | 30º | 0.55% | 0.67% | - |
| HSV(B) | 30º | 0.42% | 0.85% | - |
| XYZ | 46.88 | 45.36 | 25.69 | - |
| YUV | 179.51 | 97.24 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 125 | 0 | 0.21 | 0.42 | 0.15 | 30 | 0.55 | 0.67 |
| Hex | D9 | AB | 7D | 0 | 15 | 2A | F | 1E | 37 | 43 |
| Octal | 331 | 253 | 175 | 0 | 25 | 52 | 17 | 36 | 67 | 103 |
| Binary | 11011001 | 10101011 | 1111101 | 0 | 10101 | 101010 | 1111 | 11110 | 110111 | 1000011 |
Color Harmonies of #D9AB7D
Complementary color
Monochromatic Colors of #D9AB7D
Black with #D9AB7D
Text Example
Text Example
White with #D9AB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB7D; }
p { color: rgb(217,171,125); }
H1.HeaderClassName
{
color: #D9AB7D;
}
.AnyTagClassName
{
color: #D9AB7D;
}
</style>
background-color css
<style>
a { background-color: #D9AB7D; }
a { background-color: rgb(217,171,125); }
div.DivClassName
{
background-color: #D9AB7D;
}
.BgClassName
{
background-color: #D9AB7D;
}
</style>
border-color css
<style>
span { border-color: #D9AB7D; }
span { border-color: rgb(217,171,125); }
td.TdClassName
{
border-color: #D9AB7D;
}
.TagClassName
{
border-color: #D9AB7D;
}
</style>