Shades of Manhattan #DDB173
Tints of Manhattan #DDB173
RGB
CMYK
RGB Variations
Color information
#DDB173 (or 0xDDB173) is known color: Manhattan. HEX triplet: DD, B1 and 73. RGB value is (221,177,115). Sum of RGB (Red+Green+Blue) = 221+177+115=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB173 is #224E8C. Grayscale: #B7B7B7. Windows color (decimal): -2248333 or 7582173. OLE color: 7582173.
HSL color Cylindrical-coordinate representation of color #DDB173: hue angle of 35.09º 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 #DDB173 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 115 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.13 |
| HSL | 35.09º | 0.61% | 0.66% | - |
| HSV(B) | 35.09º | 0.48% | 0.87% | - |
| XYZ | 48.64 | 48.05 | 22.93 | - |
| YUV | 183.09 | 89.58 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 115 | 0 | 0.20 | 0.48 | 0.13 | 35.09 | 0.61 | 0.66 |
| Hex | DD | B1 | 73 | 0 | 14 | 30 | D | 23 | 3D | 42 |
| Octal | 335 | 261 | 163 | 0 | 24 | 60 | 15 | 43 | 75 | 102 |
| Binary | 11011101 | 10110001 | 1110011 | 0 | 10100 | 110000 | 1101 | 100011 | 111101 | 1000010 |
Color Harmonies of #DDB173
Complementary color
Monochromatic Colors of #DDB173
Black with #DDB173
Text Example
Text Example
White with #DDB173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB173; }
p { color: rgb(221,177,115); }
H1.HeaderClassName
{
color: #DDB173;
}
.AnyTagClassName
{
color: #DDB173;
}
</style>
background-color css
<style>
a { background-color: #DDB173; }
a { background-color: rgb(221,177,115); }
div.DivClassName
{
background-color: #DDB173;
}
.BgClassName
{
background-color: #DDB173;
}
</style>
border-color css
<style>
span { border-color: #DDB173; }
span { border-color: rgb(221,177,115); }
td.TdClassName
{
border-color: #DDB173;
}
.TagClassName
{
border-color: #DDB173;
}
</style>