Shades of Manhattan #DDB174
Tints of Manhattan #DDB174
RGB
CMYK
RGB Variations
Color information
#DDB174 (or 0xDDB174) is known color: Manhattan. HEX triplet: DD, B1 and 74. RGB value is (221,177,116). Sum of RGB (Red+Green+Blue) = 221+177+116=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB174 is #224E8B. Grayscale: #B7B7B7. Windows color (decimal): -2248332 or 7647709. OLE color: 7647709.
HSL color Cylindrical-coordinate representation of color #DDB174: hue angle of 34.86º 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 #DDB174 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 116 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.13 |
| HSL | 34.86º | 0.61% | 0.66% | - |
| HSV(B) | 34.86º | 0.48% | 0.87% | - |
| XYZ | 48.69 | 48.08 | 23.24 | - |
| YUV | 183.2 | 90.08 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 116 | 0 | 0.20 | 0.48 | 0.13 | 34.86 | 0.61 | 0.66 |
| Hex | DD | B1 | 74 | 0 | 14 | 30 | D | 23 | 3D | 42 |
| Octal | 335 | 261 | 164 | 0 | 24 | 60 | 15 | 43 | 75 | 102 |
| Binary | 11011101 | 10110001 | 1110100 | 0 | 10100 | 110000 | 1101 | 100011 | 111101 | 1000010 |
Color Harmonies of #DDB174
Complementary color
Monochromatic Colors of #DDB174
Black with #DDB174
Text Example
Text Example
White with #DDB174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB174; }
p { color: rgb(221,177,116); }
H1.HeaderClassName
{
color: #DDB174;
}
.AnyTagClassName
{
color: #DDB174;
}
</style>
background-color css
<style>
a { background-color: #DDB174; }
a { background-color: rgb(221,177,116); }
div.DivClassName
{
background-color: #DDB174;
}
.BgClassName
{
background-color: #DDB174;
}
</style>
border-color css
<style>
span { border-color: #DDB174; }
span { border-color: rgb(221,177,116); }
td.TdClassName
{
border-color: #DDB174;
}
.TagClassName
{
border-color: #DDB174;
}
</style>