Shades of Manhattan #DDAD7D
Tints of Manhattan #DDAD7D
RGB
CMYK
RGB Variations
Color information
#DDAD7D (or 0xDDAD7D) is known color: Manhattan. HEX triplet: DD, AD and 7D. RGB value is (221,173,125). Sum of RGB (Red+Green+Blue) = 221+173+125=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAD7D is #225282. Grayscale: #B6B6B6. Windows color (decimal): -2249347 or 8236509. OLE color: 8236509.
HSL color Cylindrical-coordinate representation of color #DDAD7D: hue angle of 30º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDAD7D is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 173 | 125 | - |
CMYK | 0 | 0.22 | 0.43 | 0.13 |
HSL | 30º | 0.59% | 0.68% | - |
HSV(B) | 30º | 0.43% | 0.87% | - |
XYZ | 48.46 | 46.74 | 25.87 | - |
YUV | 181.88 | 95.9 | 155.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 173 | 125 | 0 | 0.22 | 0.43 | 0.13 | 30 | 0.59 | 0.68 |
Hex | DD | AD | 7D | 0 | 16 | 2B | D | 1E | 3B | 44 |
Octal | 335 | 255 | 175 | 0 | 26 | 53 | 15 | 36 | 73 | 104 |
Binary | 11011101 | 10101101 | 1111101 | 0 | 10110 | 101011 | 1101 | 11110 | 111011 | 1000100 |
Color Harmonies of #DDAD7D
Complementary color
Monochromatic Colors of #DDAD7D
Black with #DDAD7D
Text Example
Text Example
White with #DDAD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAD7D; }
p { color: rgb(221,173,125); }
H1.HeaderClassName
{
color: #DDAD7D;
}
.AnyTagClassName
{
color: #DDAD7D;
}
</style>
background-color css
<style>
a { background-color: #DDAD7D; }
a { background-color: rgb(221,173,125); }
div.DivClassName
{
background-color: #DDAD7D;
}
.BgClassName
{
background-color: #DDAD7D;
}
</style>
border-color css
<style>
span { border-color: #DDAD7D; }
span { border-color: rgb(221,173,125); }
td.TdClassName
{
border-color: #DDAD7D;
}
.TagClassName
{
border-color: #DDAD7D;
}
</style>