Shades of Manhattan #DDAC70
Tints of Manhattan #DDAC70
RGB
CMYK
RGB Variations
Color information
#DDAC70 (or 0xDDAC70) is known color: Manhattan. HEX triplet: DD, AC and 70. RGB value is (221,172,112). Sum of RGB (Red+Green+Blue) = 221+172+112=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC70 is #22538F. Grayscale: #B4B4B4. Windows color (decimal): -2249616 or 7384285. OLE color: 7384285.
HSL color Cylindrical-coordinate representation of color #DDAC70: hue angle of 33.03º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDAC70 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 112 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.13 |
| HSL | 33.03º | 0.62% | 0.65% | - |
| HSV(B) | 33.03º | 0.49% | 0.87% | - |
| XYZ | 47.5 | 46.05 | 21.71 | - |
| YUV | 179.81 | 89.73 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 112 | 0 | 0.22 | 0.49 | 0.13 | 33.03 | 0.62 | 0.65 |
| Hex | DD | AC | 70 | 0 | 16 | 31 | D | 21 | 3E | 41 |
| Octal | 335 | 254 | 160 | 0 | 26 | 61 | 15 | 41 | 76 | 101 |
| Binary | 11011101 | 10101100 | 1110000 | 0 | 10110 | 110001 | 1101 | 100001 | 111110 | 1000001 |
Color Harmonies of #DDAC70
Complementary color
Monochromatic Colors of #DDAC70
Black with #DDAC70
Text Example
Text Example
White with #DDAC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC70; }
p { color: rgb(221,172,112); }
H1.HeaderClassName
{
color: #DDAC70;
}
.AnyTagClassName
{
color: #DDAC70;
}
</style>
background-color css
<style>
a { background-color: #DDAC70; }
a { background-color: rgb(221,172,112); }
div.DivClassName
{
background-color: #DDAC70;
}
.BgClassName
{
background-color: #DDAC70;
}
</style>
border-color css
<style>
span { border-color: #DDAC70; }
span { border-color: rgb(221,172,112); }
td.TdClassName
{
border-color: #DDAC70;
}
.TagClassName
{
border-color: #DDAC70;
}
</style>