Shades of Manhattan #DDB07D
Tints of Manhattan #DDB07D
RGB
CMYK
RGB Variations
Color information
#DDB07D (or 0xDDB07D) is known color: Manhattan. HEX triplet: DD, B0 and 7D. RGB value is (221,176,125). Sum of RGB (Red+Green+Blue) = 221+176+125=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB07D is #224F82. Grayscale: #B7B7B7. Windows color (decimal): -2248579 or 8237277. OLE color: 8237277.
HSL color Cylindrical-coordinate representation of color #DDB07D: hue angle of 31.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDB07D is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 125 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.13 |
| HSL | 31.88º | 0.59% | 0.68% | - |
| HSV(B) | 31.88º | 0.43% | 0.87% | - |
| XYZ | 49.05 | 47.9 | 26.06 | - |
| YUV | 183.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 125 | 0 | 0.20 | 0.43 | 0.13 | 31.88 | 0.59 | 0.68 |
| Hex | DD | B0 | 7D | 0 | 14 | 2B | D | 20 | 3B | 44 |
| Octal | 335 | 260 | 175 | 0 | 24 | 53 | 15 | 40 | 73 | 104 |
| Binary | 11011101 | 10110000 | 1111101 | 0 | 10100 | 101011 | 1101 | 100000 | 111011 | 1000100 |
Color Harmonies of #DDB07D
Complementary color
Monochromatic Colors of #DDB07D
Black with #DDB07D
Text Example
Text Example
White with #DDB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB07D; }
p { color: rgb(221,176,125); }
H1.HeaderClassName
{
color: #DDB07D;
}
.AnyTagClassName
{
color: #DDB07D;
}
</style>
background-color css
<style>
a { background-color: #DDB07D; }
a { background-color: rgb(221,176,125); }
div.DivClassName
{
background-color: #DDB07D;
}
.BgClassName
{
background-color: #DDB07D;
}
</style>
border-color css
<style>
span { border-color: #DDB07D; }
span { border-color: rgb(221,176,125); }
td.TdClassName
{
border-color: #DDB07D;
}
.TagClassName
{
border-color: #DDB07D;
}
</style>