Shades of Manhattan #D9AB7B
Tints of Manhattan #D9AB7B
RGB
CMYK
RGB Variations
Color information
#D9AB7B (or 0xD9AB7B) is known color: Manhattan. HEX triplet: D9, AB and 7B. RGB value is (217,171,123). Sum of RGB (Red+Green+Blue) = 217+171+123=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB7B is #265484. Grayscale: #B3B3B3. Windows color (decimal): -2512005 or 8104921. OLE color: 8104921.
HSL color Cylindrical-coordinate representation of color #D9AB7B: hue angle of 30.64º 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 #D9AB7B is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 123 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.15 |
| HSL | 30.64º | 0.55% | 0.67% | - |
| HSV(B) | 30.64º | 0.43% | 0.85% | - |
| XYZ | 46.75 | 45.31 | 25.02 | - |
| YUV | 179.28 | 96.24 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 123 | 0 | 0.21 | 0.43 | 0.15 | 30.64 | 0.55 | 0.67 |
| Hex | D9 | AB | 7B | 0 | 15 | 2B | F | 1F | 37 | 43 |
| Octal | 331 | 253 | 173 | 0 | 25 | 53 | 17 | 37 | 67 | 103 |
| Binary | 11011001 | 10101011 | 1111011 | 0 | 10101 | 101011 | 1111 | 11111 | 110111 | 1000011 |
Color Harmonies of #D9AB7B
Complementary color
Monochromatic Colors of #D9AB7B
Black with #D9AB7B
Text Example
Text Example
White with #D9AB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB7B; }
p { color: rgb(217,171,123); }
H1.HeaderClassName
{
color: #D9AB7B;
}
.AnyTagClassName
{
color: #D9AB7B;
}
</style>
background-color css
<style>
a { background-color: #D9AB7B; }
a { background-color: rgb(217,171,123); }
div.DivClassName
{
background-color: #D9AB7B;
}
.BgClassName
{
background-color: #D9AB7B;
}
</style>
border-color css
<style>
span { border-color: #D9AB7B; }
span { border-color: rgb(217,171,123); }
td.TdClassName
{
border-color: #D9AB7B;
}
.TagClassName
{
border-color: #D9AB7B;
}
</style>