Shades of Manhattan #DDAF73
Tints of Manhattan #DDAF73
RGB
CMYK
RGB Variations
Color information
#DDAF73 (or 0xDDAF73) is known color: Manhattan. HEX triplet: DD, AF and 73. RGB value is (221,175,115). Sum of RGB (Red+Green+Blue) = 221+175+115=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF73 is #22508C. Grayscale: #B6B6B6. Windows color (decimal): -2248845 or 7581661. OLE color: 7581661.
HSL color Cylindrical-coordinate representation of color #DDAF73: hue angle of 33.96º 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 #DDAF73 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 115 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.13 |
| HSL | 33.96º | 0.61% | 0.66% | - |
| HSV(B) | 33.96º | 0.48% | 0.87% | - |
| XYZ | 48.24 | 47.27 | 22.8 | - |
| YUV | 181.91 | 90.24 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 115 | 0 | 0.21 | 0.48 | 0.13 | 33.96 | 0.61 | 0.66 |
| Hex | DD | AF | 73 | 0 | 15 | 30 | D | 22 | 3D | 42 |
| Octal | 335 | 257 | 163 | 0 | 25 | 60 | 15 | 42 | 75 | 102 |
| Binary | 11011101 | 10101111 | 1110011 | 0 | 10101 | 110000 | 1101 | 100010 | 111101 | 1000010 |
Color Harmonies of #DDAF73
Complementary color
Monochromatic Colors of #DDAF73
Black with #DDAF73
Text Example
Text Example
White with #DDAF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF73; }
p { color: rgb(221,175,115); }
H1.HeaderClassName
{
color: #DDAF73;
}
.AnyTagClassName
{
color: #DDAF73;
}
</style>
background-color css
<style>
a { background-color: #DDAF73; }
a { background-color: rgb(221,175,115); }
div.DivClassName
{
background-color: #DDAF73;
}
.BgClassName
{
background-color: #DDAF73;
}
</style>
border-color css
<style>
span { border-color: #DDAF73; }
span { border-color: rgb(221,175,115); }
td.TdClassName
{
border-color: #DDAF73;
}
.TagClassName
{
border-color: #DDAF73;
}
</style>