Shades of Manhattan #DDB078
Tints of Manhattan #DDB078
RGB
CMYK
RGB Variations
Color information
#DDB078 (or 0xDDB078) is known color: Manhattan. HEX triplet: DD, B0 and 78. RGB value is (221,176,120). Sum of RGB (Red+Green+Blue) = 221+176+120=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB078 is #224F87. Grayscale: #B7B7B7. Windows color (decimal): -2248584 or 7909597. OLE color: 7909597.
HSL color Cylindrical-coordinate representation of color #DDB078: hue angle of 33.27º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDB078 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 120 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.13 |
| HSL | 33.27º | 0.6% | 0.67% | - |
| HSV(B) | 33.27º | 0.46% | 0.87% | - |
| XYZ | 48.73 | 47.78 | 24.42 | - |
| YUV | 183.07 | 92.41 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 120 | 0 | 0.20 | 0.46 | 0.13 | 33.27 | 0.6 | 0.67 |
| Hex | DD | B0 | 78 | 0 | 14 | 2E | D | 21 | 3C | 43 |
| Octal | 335 | 260 | 170 | 0 | 24 | 56 | 15 | 41 | 74 | 103 |
| Binary | 11011101 | 10110000 | 1111000 | 0 | 10100 | 101110 | 1101 | 100001 | 111100 | 1000011 |
Color Harmonies of #DDB078
Complementary color
Monochromatic Colors of #DDB078
Black with #DDB078
Text Example
Text Example
White with #DDB078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB078; }
p { color: rgb(221,176,120); }
H1.HeaderClassName
{
color: #DDB078;
}
.AnyTagClassName
{
color: #DDB078;
}
</style>
background-color css
<style>
a { background-color: #DDB078; }
a { background-color: rgb(221,176,120); }
div.DivClassName
{
background-color: #DDB078;
}
.BgClassName
{
background-color: #DDB078;
}
</style>
border-color css
<style>
span { border-color: #DDB078; }
span { border-color: rgb(221,176,120); }
td.TdClassName
{
border-color: #DDB078;
}
.TagClassName
{
border-color: #DDB078;
}
</style>