Shades of Manhattan #DDAC74
Tints of Manhattan #DDAC74
RGB
CMYK
RGB Variations
Color information
#DDAC74 (or 0xDDAC74) is known color: Manhattan. HEX triplet: DD, AC and 74. RGB value is (221,172,116). Sum of RGB (Red+Green+Blue) = 221+172+116=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC74 is #22538B. Grayscale: #B4B4B4. Windows color (decimal): -2249612 or 7646429. OLE color: 7646429.
HSL color Cylindrical-coordinate representation of color #DDAC74: hue angle of 32º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDAC74 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 116 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.13 |
| HSL | 32º | 0.61% | 0.66% | - |
| HSV(B) | 32º | 0.48% | 0.87% | - |
| XYZ | 47.72 | 46.14 | 22.91 | - |
| YUV | 180.27 | 91.73 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 116 | 0 | 0.22 | 0.48 | 0.13 | 32 | 0.61 | 0.66 |
| Hex | DD | AC | 74 | 0 | 16 | 30 | D | 20 | 3D | 42 |
| Octal | 335 | 254 | 164 | 0 | 26 | 60 | 15 | 40 | 75 | 102 |
| Binary | 11011101 | 10101100 | 1110100 | 0 | 10110 | 110000 | 1101 | 100000 | 111101 | 1000010 |
Color Harmonies of #DDAC74
Complementary color
Monochromatic Colors of #DDAC74
Black with #DDAC74
Text Example
Text Example
White with #DDAC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC74; }
p { color: rgb(221,172,116); }
H1.HeaderClassName
{
color: #DDAC74;
}
.AnyTagClassName
{
color: #DDAC74;
}
</style>
background-color css
<style>
a { background-color: #DDAC74; }
a { background-color: rgb(221,172,116); }
div.DivClassName
{
background-color: #DDAC74;
}
.BgClassName
{
background-color: #DDAC74;
}
</style>
border-color css
<style>
span { border-color: #DDAC74; }
span { border-color: rgb(221,172,116); }
td.TdClassName
{
border-color: #DDAC74;
}
.TagClassName
{
border-color: #DDAC74;
}
</style>