Shades of Manhattan #DDAF85
Tints of Manhattan #DDAF85
RGB
CMYK
RGB Variations
Color information
#DDAF85 (or 0xDDAF85) is known color: Manhattan. HEX triplet: DD, AF and 85. RGB value is (221,175,133). Sum of RGB (Red+Green+Blue) = 221+175+133=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAF85 is #22507A. Grayscale: #B8B8B8. Windows color (decimal): -2248827 or 8761309. OLE color: 8761309.
HSL color Cylindrical-coordinate representation of color #DDAF85: hue angle of 28.64º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDAF85 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 133 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.13 |
| HSL | 28.64º | 0.56% | 0.69% | - |
| HSV(B) | 28.64º | 0.4% | 0.87% | - |
| XYZ | 49.38 | 47.73 | 28.8 | - |
| YUV | 183.97 | 99.24 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 133 | 0 | 0.21 | 0.40 | 0.13 | 28.64 | 0.56 | 0.69 |
| Hex | DD | AF | 85 | 0 | 15 | 28 | D | 1D | 38 | 45 |
| Octal | 335 | 257 | 205 | 0 | 25 | 50 | 15 | 35 | 70 | 105 |
| Binary | 11011101 | 10101111 | 10000101 | 0 | 10101 | 101000 | 1101 | 11101 | 111000 | 1000101 |
Color Harmonies of #DDAF85
Complementary color
Monochromatic Colors of #DDAF85
Black with #DDAF85
Text Example
Text Example
White with #DDAF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF85; }
p { color: rgb(221,175,133); }
H1.HeaderClassName
{
color: #DDAF85;
}
.AnyTagClassName
{
color: #DDAF85;
}
</style>
background-color css
<style>
a { background-color: #DDAF85; }
a { background-color: rgb(221,175,133); }
div.DivClassName
{
background-color: #DDAF85;
}
.BgClassName
{
background-color: #DDAF85;
}
</style>
border-color css
<style>
span { border-color: #DDAF85; }
span { border-color: rgb(221,175,133); }
td.TdClassName
{
border-color: #DDAF85;
}
.TagClassName
{
border-color: #DDAF85;
}
</style>