Shades of Manhattan #DDAB76
Tints of Manhattan #DDAB76
RGB
CMYK
RGB Variations
Color information
#DDAB76 (or 0xDDAB76) is known color: Manhattan. HEX triplet: DD, AB and 76. RGB value is (221,171,118). Sum of RGB (Red+Green+Blue) = 221+171+118=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB76 is #225489. Grayscale: #B4B4B4. Windows color (decimal): -2249866 or 7777245. OLE color: 7777245.
HSL color Cylindrical-coordinate representation of color #DDAB76: hue angle of 30.87º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDAB76 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 118 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.13 |
| HSL | 30.87º | 0.6% | 0.66% | - |
| HSV(B) | 30.87º | 0.47% | 0.87% | - |
| XYZ | 47.65 | 45.81 | 23.47 | - |
| YUV | 179.91 | 93.07 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 118 | 0 | 0.23 | 0.47 | 0.13 | 30.87 | 0.6 | 0.66 |
| Hex | DD | AB | 76 | 0 | 17 | 2F | D | 1F | 3C | 42 |
| Octal | 335 | 253 | 166 | 0 | 27 | 57 | 15 | 37 | 74 | 102 |
| Binary | 11011101 | 10101011 | 1110110 | 0 | 10111 | 101111 | 1101 | 11111 | 111100 | 1000010 |
Color Harmonies of #DDAB76
Complementary color
Monochromatic Colors of #DDAB76
Black with #DDAB76
Text Example
Text Example
White with #DDAB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB76; }
p { color: rgb(221,171,118); }
H1.HeaderClassName
{
color: #DDAB76;
}
.AnyTagClassName
{
color: #DDAB76;
}
</style>
background-color css
<style>
a { background-color: #DDAB76; }
a { background-color: rgb(221,171,118); }
div.DivClassName
{
background-color: #DDAB76;
}
.BgClassName
{
background-color: #DDAB76;
}
</style>
border-color css
<style>
span { border-color: #DDAB76; }
span { border-color: rgb(221,171,118); }
td.TdClassName
{
border-color: #DDAB76;
}
.TagClassName
{
border-color: #DDAB76;
}
</style>