Shades of Manhattan #DDAC81
Tints of Manhattan #DDAC81
RGB
CMYK
RGB Variations
Color information
#DDAC81 (or 0xDDAC81) is known color: Manhattan. HEX triplet: DD, AC and 81. RGB value is (221,172,129). Sum of RGB (Red+Green+Blue) = 221+172+129=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC81 is #22537E. Grayscale: #B5B5B5. Windows color (decimal): -2249599 or 8498397. OLE color: 8498397.
HSL color Cylindrical-coordinate representation of color #DDAC81: hue angle of 28.04º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDAC81 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 129 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.13 |
| HSL | 28.04º | 0.58% | 0.69% | - |
| HSV(B) | 28.04º | 0.42% | 0.87% | - |
| XYZ | 48.53 | 46.46 | 27.18 | - |
| YUV | 181.75 | 98.23 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 129 | 0 | 0.22 | 0.42 | 0.13 | 28.04 | 0.58 | 0.69 |
| Hex | DD | AC | 81 | 0 | 16 | 2A | D | 1C | 3A | 45 |
| Octal | 335 | 254 | 201 | 0 | 26 | 52 | 15 | 34 | 72 | 105 |
| Binary | 11011101 | 10101100 | 10000001 | 0 | 10110 | 101010 | 1101 | 11100 | 111010 | 1000101 |
Color Harmonies of #DDAC81
Complementary color
Monochromatic Colors of #DDAC81
Black with #DDAC81
Text Example
Text Example
White with #DDAC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC81; }
p { color: rgb(221,172,129); }
H1.HeaderClassName
{
color: #DDAC81;
}
.AnyTagClassName
{
color: #DDAC81;
}
</style>
background-color css
<style>
a { background-color: #DDAC81; }
a { background-color: rgb(221,172,129); }
div.DivClassName
{
background-color: #DDAC81;
}
.BgClassName
{
background-color: #DDAC81;
}
</style>
border-color css
<style>
span { border-color: #DDAC81; }
span { border-color: rgb(221,172,129); }
td.TdClassName
{
border-color: #DDAC81;
}
.TagClassName
{
border-color: #DDAC81;
}
</style>