Shades of Manhattan #DDB175
Tints of Manhattan #DDB175
RGB
CMYK
RGB Variations
Color information
#DDB175 (or 0xDDB175) is known color: Manhattan. HEX triplet: DD, B1 and 75. RGB value is (221,177,117). Sum of RGB (Red+Green+Blue) = 221+177+117=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB175 is #224E8A. Grayscale: #B7B7B7. Windows color (decimal): -2248331 or 7713245. OLE color: 7713245.
HSL color Cylindrical-coordinate representation of color #DDB175: hue angle of 34.62º 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 #DDB175 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 117 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.13 |
| HSL | 34.62º | 0.6% | 0.66% | - |
| HSV(B) | 34.62º | 0.47% | 0.87% | - |
| XYZ | 48.75 | 48.1 | 23.54 | - |
| YUV | 183.32 | 90.58 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 117 | 0 | 0.20 | 0.47 | 0.13 | 34.62 | 0.6 | 0.66 |
| Hex | DD | B1 | 75 | 0 | 14 | 2F | D | 23 | 3C | 42 |
| Octal | 335 | 261 | 165 | 0 | 24 | 57 | 15 | 43 | 74 | 102 |
| Binary | 11011101 | 10110001 | 1110101 | 0 | 10100 | 101111 | 1101 | 100011 | 111100 | 1000010 |
Color Harmonies of #DDB175
Complementary color
Monochromatic Colors of #DDB175
Black with #DDB175
Text Example
Text Example
White with #DDB175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB175; }
p { color: rgb(221,177,117); }
H1.HeaderClassName
{
color: #DDB175;
}
.AnyTagClassName
{
color: #DDB175;
}
</style>
background-color css
<style>
a { background-color: #DDB175; }
a { background-color: rgb(221,177,117); }
div.DivClassName
{
background-color: #DDB175;
}
.BgClassName
{
background-color: #DDB175;
}
</style>
border-color css
<style>
span { border-color: #DDB175; }
span { border-color: rgb(221,177,117); }
td.TdClassName
{
border-color: #DDB175;
}
.TagClassName
{
border-color: #DDB175;
}
</style>