Shades of Manhattan #DDAF7B
Tints of Manhattan #DDAF7B
RGB
CMYK
RGB Variations
Color information
#DDAF7B (or 0xDDAF7B) is known color: Manhattan. HEX triplet: DD, AF and 7B. RGB value is (221,175,123). Sum of RGB (Red+Green+Blue) = 221+175+123=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF7B is #225084. Grayscale: #B7B7B7. Windows color (decimal): -2248837 or 8105949. OLE color: 8105949.
HSL color Cylindrical-coordinate representation of color #DDAF7B: hue angle of 31.84º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDAF7B is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 123 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.13 |
| HSL | 31.84º | 0.59% | 0.67% | - |
| HSV(B) | 31.84º | 0.44% | 0.87% | - |
| XYZ | 48.72 | 47.46 | 25.33 | - |
| YUV | 182.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 123 | 0 | 0.21 | 0.44 | 0.13 | 31.84 | 0.59 | 0.67 |
| Hex | DD | AF | 7B | 0 | 15 | 2C | D | 20 | 3B | 43 |
| Octal | 335 | 257 | 173 | 0 | 25 | 54 | 15 | 40 | 73 | 103 |
| Binary | 11011101 | 10101111 | 1111011 | 0 | 10101 | 101100 | 1101 | 100000 | 111011 | 1000011 |
Color Harmonies of #DDAF7B
Complementary color
Monochromatic Colors of #DDAF7B
Black with #DDAF7B
Text Example
Text Example
White with #DDAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF7B; }
p { color: rgb(221,175,123); }
H1.HeaderClassName
{
color: #DDAF7B;
}
.AnyTagClassName
{
color: #DDAF7B;
}
</style>
background-color css
<style>
a { background-color: #DDAF7B; }
a { background-color: rgb(221,175,123); }
div.DivClassName
{
background-color: #DDAF7B;
}
.BgClassName
{
background-color: #DDAF7B;
}
</style>
border-color css
<style>
span { border-color: #DDAF7B; }
span { border-color: rgb(221,175,123); }
td.TdClassName
{
border-color: #DDAF7B;
}
.TagClassName
{
border-color: #DDAF7B;
}
</style>