Shades of Manhattan #DDB074
Tints of Manhattan #DDB074
RGB
CMYK
RGB Variations
Color information
#DDB074 (or 0xDDB074) is known color: Manhattan. HEX triplet: DD, B0 and 74. RGB value is (221,176,116). Sum of RGB (Red+Green+Blue) = 221+176+116=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB074 is #224F8B. Grayscale: #B6B6B6. Windows color (decimal): -2248588 or 7647453. OLE color: 7647453.
HSL color Cylindrical-coordinate representation of color #DDB074: hue angle of 34.29º 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 #DDB074 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 116 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.13 |
| HSL | 34.29º | 0.61% | 0.66% | - |
| HSV(B) | 34.29º | 0.48% | 0.87% | - |
| XYZ | 48.5 | 47.68 | 23.17 | - |
| YUV | 182.62 | 90.41 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 116 | 0 | 0.20 | 0.48 | 0.13 | 34.29 | 0.61 | 0.66 |
| Hex | DD | B0 | 74 | 0 | 14 | 30 | D | 22 | 3D | 42 |
| Octal | 335 | 260 | 164 | 0 | 24 | 60 | 15 | 42 | 75 | 102 |
| Binary | 11011101 | 10110000 | 1110100 | 0 | 10100 | 110000 | 1101 | 100010 | 111101 | 1000010 |
Color Harmonies of #DDB074
Complementary color
Monochromatic Colors of #DDB074
Black with #DDB074
Text Example
Text Example
White with #DDB074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB074; }
p { color: rgb(221,176,116); }
H1.HeaderClassName
{
color: #DDB074;
}
.AnyTagClassName
{
color: #DDB074;
}
</style>
background-color css
<style>
a { background-color: #DDB074; }
a { background-color: rgb(221,176,116); }
div.DivClassName
{
background-color: #DDB074;
}
.BgClassName
{
background-color: #DDB074;
}
</style>
border-color css
<style>
span { border-color: #DDB074; }
span { border-color: rgb(221,176,116); }
td.TdClassName
{
border-color: #DDB074;
}
.TagClassName
{
border-color: #DDB074;
}
</style>