Shades of Manhattan #DDAF74
Tints of Manhattan #DDAF74
RGB
CMYK
RGB Variations
Color information
#DDAF74 (or 0xDDAF74) is known color: Manhattan. HEX triplet: DD, AF and 74. RGB value is (221,175,116). Sum of RGB (Red+Green+Blue) = 221+175+116=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF74 is #22508B. Grayscale: #B6B6B6. Windows color (decimal): -2248844 or 7647197. OLE color: 7647197.
HSL color Cylindrical-coordinate representation of color #DDAF74: hue angle of 33.71º 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 #DDAF74 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 116 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.13 |
| HSL | 33.71º | 0.61% | 0.66% | - |
| HSV(B) | 33.71º | 0.48% | 0.87% | - |
| XYZ | 48.3 | 47.29 | 23.11 | - |
| YUV | 182.03 | 90.74 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 116 | 0 | 0.21 | 0.48 | 0.13 | 33.71 | 0.61 | 0.66 |
| Hex | DD | AF | 74 | 0 | 15 | 30 | D | 22 | 3D | 42 |
| Octal | 335 | 257 | 164 | 0 | 25 | 60 | 15 | 42 | 75 | 102 |
| Binary | 11011101 | 10101111 | 1110100 | 0 | 10101 | 110000 | 1101 | 100010 | 111101 | 1000010 |
Color Harmonies of #DDAF74
Complementary color
Monochromatic Colors of #DDAF74
Black with #DDAF74
Text Example
Text Example
White with #DDAF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF74; }
p { color: rgb(221,175,116); }
H1.HeaderClassName
{
color: #DDAF74;
}
.AnyTagClassName
{
color: #DDAF74;
}
</style>
background-color css
<style>
a { background-color: #DDAF74; }
a { background-color: rgb(221,175,116); }
div.DivClassName
{
background-color: #DDAF74;
}
.BgClassName
{
background-color: #DDAF74;
}
</style>
border-color css
<style>
span { border-color: #DDAF74; }
span { border-color: rgb(221,175,116); }
td.TdClassName
{
border-color: #DDAF74;
}
.TagClassName
{
border-color: #DDAF74;
}
</style>