Shades of Manhattan #DDB075
Tints of Manhattan #DDB075
RGB
CMYK
RGB Variations
Color information
#DDB075 (or 0xDDB075) is known color: Manhattan. HEX triplet: DD, B0 and 75. RGB value is (221,176,117). Sum of RGB (Red+Green+Blue) = 221+176+117=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB075 is #224F8A. Grayscale: #B7B7B7. Windows color (decimal): -2248587 or 7712989. OLE color: 7712989.
HSL color Cylindrical-coordinate representation of color #DDB075: hue angle of 34.04º 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 #DDB075 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 117 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.13 |
| HSL | 34.04º | 0.6% | 0.66% | - |
| HSV(B) | 34.04º | 0.47% | 0.87% | - |
| XYZ | 48.56 | 47.71 | 23.48 | - |
| YUV | 182.73 | 90.91 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 117 | 0 | 0.20 | 0.47 | 0.13 | 34.04 | 0.6 | 0.66 |
| Hex | DD | B0 | 75 | 0 | 14 | 2F | D | 22 | 3C | 42 |
| Octal | 335 | 260 | 165 | 0 | 24 | 57 | 15 | 42 | 74 | 102 |
| Binary | 11011101 | 10110000 | 1110101 | 0 | 10100 | 101111 | 1101 | 100010 | 111100 | 1000010 |
Color Harmonies of #DDB075
Complementary color
Monochromatic Colors of #DDB075
Black with #DDB075
Text Example
Text Example
White with #DDB075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB075; }
p { color: rgb(221,176,117); }
H1.HeaderClassName
{
color: #DDB075;
}
.AnyTagClassName
{
color: #DDB075;
}
</style>
background-color css
<style>
a { background-color: #DDB075; }
a { background-color: rgb(221,176,117); }
div.DivClassName
{
background-color: #DDB075;
}
.BgClassName
{
background-color: #DDB075;
}
</style>
border-color css
<style>
span { border-color: #DDB075; }
span { border-color: rgb(221,176,117); }
td.TdClassName
{
border-color: #DDB075;
}
.TagClassName
{
border-color: #DDB075;
}
</style>