Shades of Manhattan #DDB07B
Tints of Manhattan #DDB07B
RGB
CMYK
RGB Variations
Color information
#DDB07B (or 0xDDB07B) is known color: Manhattan. HEX triplet: DD, B0 and 7B. RGB value is (221,176,123). Sum of RGB (Red+Green+Blue) = 221+176+123=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB07B is #224F84. Grayscale: #B7B7B7. Windows color (decimal): -2248581 or 8106205. OLE color: 8106205.
HSL color Cylindrical-coordinate representation of color #DDB07B: hue angle of 32.45º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDB07B is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 123 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.13 |
| HSL | 32.45º | 0.59% | 0.67% | - |
| HSV(B) | 32.45º | 0.44% | 0.87% | - |
| XYZ | 48.92 | 47.85 | 25.4 | - |
| YUV | 183.41 | 93.91 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 123 | 0 | 0.20 | 0.44 | 0.13 | 32.45 | 0.59 | 0.67 |
| Hex | DD | B0 | 7B | 0 | 14 | 2C | D | 20 | 3B | 43 |
| Octal | 335 | 260 | 173 | 0 | 24 | 54 | 15 | 40 | 73 | 103 |
| Binary | 11011101 | 10110000 | 1111011 | 0 | 10100 | 101100 | 1101 | 100000 | 111011 | 1000011 |
Color Harmonies of #DDB07B
Complementary color
Monochromatic Colors of #DDB07B
Black with #DDB07B
Text Example
Text Example
White with #DDB07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB07B; }
p { color: rgb(221,176,123); }
H1.HeaderClassName
{
color: #DDB07B;
}
.AnyTagClassName
{
color: #DDB07B;
}
</style>
background-color css
<style>
a { background-color: #DDB07B; }
a { background-color: rgb(221,176,123); }
div.DivClassName
{
background-color: #DDB07B;
}
.BgClassName
{
background-color: #DDB07B;
}
</style>
border-color css
<style>
span { border-color: #DDB07B; }
span { border-color: rgb(221,176,123); }
td.TdClassName
{
border-color: #DDB07B;
}
.TagClassName
{
border-color: #DDB07B;
}
</style>