Shades of Manhattan #DDA976
Tints of Manhattan #DDA976
RGB
CMYK
RGB Variations
Color information
#DDA976 (or 0xDDA976) is known color: Manhattan. HEX triplet: DD, A9 and 76. RGB value is (221,169,118). Sum of RGB (Red+Green+Blue) = 221+169+118=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA976 is #225689. Grayscale: #B2B2B2. Windows color (decimal): -2250378 or 7776733. OLE color: 7776733.
HSL color Cylindrical-coordinate representation of color #DDA976: hue angle of 29.71º 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 #DDA976 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 118 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.13 |
| HSL | 29.71º | 0.6% | 0.66% | - |
| HSV(B) | 29.71º | 0.47% | 0.87% | - |
| XYZ | 47.28 | 45.06 | 23.34 | - |
| YUV | 178.73 | 93.73 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 118 | 0 | 0.24 | 0.47 | 0.13 | 29.71 | 0.6 | 0.66 |
| Hex | DD | A9 | 76 | 0 | 18 | 2F | D | 1E | 3C | 42 |
| Octal | 335 | 251 | 166 | 0 | 30 | 57 | 15 | 36 | 74 | 102 |
| Binary | 11011101 | 10101001 | 1110110 | 0 | 11000 | 101111 | 1101 | 11110 | 111100 | 1000010 |
Color Harmonies of #DDA976
Complementary color
Monochromatic Colors of #DDA976
Black with #DDA976
Text Example
Text Example
White with #DDA976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA976; }
p { color: rgb(221,169,118); }
H1.HeaderClassName
{
color: #DDA976;
}
.AnyTagClassName
{
color: #DDA976;
}
</style>
background-color css
<style>
a { background-color: #DDA976; }
a { background-color: rgb(221,169,118); }
div.DivClassName
{
background-color: #DDA976;
}
.BgClassName
{
background-color: #DDA976;
}
</style>
border-color css
<style>
span { border-color: #DDA976; }
span { border-color: rgb(221,169,118); }
td.TdClassName
{
border-color: #DDA976;
}
.TagClassName
{
border-color: #DDA976;
}
</style>