Shades of Manhattan #DDAF7A
Tints of Manhattan #DDAF7A
RGB
CMYK
RGB Variations
Color information
#DDAF7A (or 0xDDAF7A) is known color: Manhattan. HEX triplet: DD, AF and 7A. RGB value is (221,175,122). Sum of RGB (Red+Green+Blue) = 221+175+122=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 122 (48.05% from 255 or 23.55% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF7A is #225085. Grayscale: #B6B6B6. Windows color (decimal): -2248838 or 8040413. OLE color: 8040413.
HSL color Cylindrical-coordinate representation of color #DDAF7A: hue angle of 32.12º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDAF7A is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 122 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.13 |
| HSL | 32.12º | 0.59% | 0.67% | - |
| HSV(B) | 32.12º | 0.45% | 0.87% | - |
| XYZ | 48.66 | 47.44 | 25 | - |
| YUV | 182.71 | 93.74 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 122 | 0 | 0.21 | 0.45 | 0.13 | 32.12 | 0.59 | 0.67 |
| Hex | DD | AF | 7A | 0 | 15 | 2D | D | 20 | 3B | 43 |
| Octal | 335 | 257 | 172 | 0 | 25 | 55 | 15 | 40 | 73 | 103 |
| Binary | 11011101 | 10101111 | 1111010 | 0 | 10101 | 101101 | 1101 | 100000 | 111011 | 1000011 |
Color Harmonies of #DDAF7A
Complementary color
Monochromatic Colors of #DDAF7A
Black with #DDAF7A
Text Example
Text Example
White with #DDAF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF7A; }
p { color: rgb(221,175,122); }
H1.HeaderClassName
{
color: #DDAF7A;
}
.AnyTagClassName
{
color: #DDAF7A;
}
</style>
background-color css
<style>
a { background-color: #DDAF7A; }
a { background-color: rgb(221,175,122); }
div.DivClassName
{
background-color: #DDAF7A;
}
.BgClassName
{
background-color: #DDAF7A;
}
</style>
border-color css
<style>
span { border-color: #DDAF7A; }
span { border-color: rgb(221,175,122); }
td.TdClassName
{
border-color: #DDAF7A;
}
.TagClassName
{
border-color: #DDAF7A;
}
</style>