Shades of Manhattan #DDAF84
Tints of Manhattan #DDAF84
RGB
CMYK
RGB Variations
Color information
#DDAF84 (or 0xDDAF84) is known color: Manhattan. HEX triplet: DD, AF and 84. RGB value is (221,175,132). Sum of RGB (Red+Green+Blue) = 221+175+132=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAF84 is #22507B. Grayscale: #B8B8B8. Windows color (decimal): -2248828 or 8695773. OLE color: 8695773.
HSL color Cylindrical-coordinate representation of color #DDAF84: hue angle of 28.99º degrees, saturation: 0.57, 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 #DDAF84 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 132 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.13 |
| HSL | 28.99º | 0.57% | 0.69% | - |
| HSV(B) | 28.99º | 0.4% | 0.87% | - |
| XYZ | 49.31 | 47.7 | 28.44 | - |
| YUV | 183.85 | 98.74 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 132 | 0 | 0.21 | 0.40 | 0.13 | 28.99 | 0.57 | 0.69 |
| Hex | DD | AF | 84 | 0 | 15 | 28 | D | 1D | 39 | 45 |
| Octal | 335 | 257 | 204 | 0 | 25 | 50 | 15 | 35 | 71 | 105 |
| Binary | 11011101 | 10101111 | 10000100 | 0 | 10101 | 101000 | 1101 | 11101 | 111001 | 1000101 |
Color Harmonies of #DDAF84
Complementary color
Monochromatic Colors of #DDAF84
Black with #DDAF84
Text Example
Text Example
White with #DDAF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF84; }
p { color: rgb(221,175,132); }
H1.HeaderClassName
{
color: #DDAF84;
}
.AnyTagClassName
{
color: #DDAF84;
}
</style>
background-color css
<style>
a { background-color: #DDAF84; }
a { background-color: rgb(221,175,132); }
div.DivClassName
{
background-color: #DDAF84;
}
.BgClassName
{
background-color: #DDAF84;
}
</style>
border-color css
<style>
span { border-color: #DDAF84; }
span { border-color: rgb(221,175,132); }
td.TdClassName
{
border-color: #DDAF84;
}
.TagClassName
{
border-color: #DDAF84;
}
</style>