Shades of Manhattan #DDAF76
Tints of Manhattan #DDAF76
RGB
CMYK
RGB Variations
Color information
#DDAF76 (or 0xDDAF76) is known color: Manhattan. HEX triplet: DD, AF and 76. RGB value is (221,175,118). Sum of RGB (Red+Green+Blue) = 221+175+118=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF76 is #225089. Grayscale: #B6B6B6. Windows color (decimal): -2248842 or 7778269. OLE color: 7778269.
HSL color Cylindrical-coordinate representation of color #DDAF76: hue angle of 33.2º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDAF76 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 118 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.13 |
| HSL | 33.2º | 0.6% | 0.66% | - |
| HSV(B) | 33.2º | 0.47% | 0.87% | - |
| XYZ | 48.42 | 47.34 | 23.73 | - |
| YUV | 182.26 | 91.74 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 118 | 0 | 0.21 | 0.47 | 0.13 | 33.2 | 0.6 | 0.66 |
| Hex | DD | AF | 76 | 0 | 15 | 2F | D | 21 | 3C | 42 |
| Octal | 335 | 257 | 166 | 0 | 25 | 57 | 15 | 41 | 74 | 102 |
| Binary | 11011101 | 10101111 | 1110110 | 0 | 10101 | 101111 | 1101 | 100001 | 111100 | 1000010 |
Color Harmonies of #DDAF76
Complementary color
Monochromatic Colors of #DDAF76
Black with #DDAF76
Text Example
Text Example
White with #DDAF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF76; }
p { color: rgb(221,175,118); }
H1.HeaderClassName
{
color: #DDAF76;
}
.AnyTagClassName
{
color: #DDAF76;
}
</style>
background-color css
<style>
a { background-color: #DDAF76; }
a { background-color: rgb(221,175,118); }
div.DivClassName
{
background-color: #DDAF76;
}
.BgClassName
{
background-color: #DDAF76;
}
</style>
border-color css
<style>
span { border-color: #DDAF76; }
span { border-color: rgb(221,175,118); }
td.TdClassName
{
border-color: #DDAF76;
}
.TagClassName
{
border-color: #DDAF76;
}
</style>