Shades of Manhattan #DDB37F
Tints of Manhattan #DDB37F
RGB
CMYK
RGB Variations
Color information
#DDB37F (or 0xDDB37F) is known color: Manhattan. HEX triplet: DD, B3 and 7F. RGB value is (221,179,127). Sum of RGB (Red+Green+Blue) = 221+179+127=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB37F is #224C80. Grayscale: #B9B9B9. Windows color (decimal): -2247809 or 8369117. OLE color: 8369117.
HSL color Cylindrical-coordinate representation of color #DDB37F: hue angle of 33.19º degrees, saturation: 0.58, 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 #DDB37F is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 127 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.13 |
| HSL | 33.19º | 0.58% | 0.68% | - |
| HSV(B) | 33.19º | 0.43% | 0.87% | - |
| XYZ | 49.77 | 49.14 | 26.94 | - |
| YUV | 185.63 | 94.91 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 127 | 0 | 0.19 | 0.43 | 0.13 | 33.19 | 0.58 | 0.68 |
| Hex | DD | B3 | 7F | 0 | 13 | 2B | D | 21 | 3A | 44 |
| Octal | 335 | 263 | 177 | 0 | 23 | 53 | 15 | 41 | 72 | 104 |
| Binary | 11011101 | 10110011 | 1111111 | 0 | 10011 | 101011 | 1101 | 100001 | 111010 | 1000100 |
Color Harmonies of #DDB37F
Complementary color
Monochromatic Colors of #DDB37F
Black with #DDB37F
Text Example
Text Example
White with #DDB37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB37F; }
p { color: rgb(221,179,127); }
H1.HeaderClassName
{
color: #DDB37F;
}
.AnyTagClassName
{
color: #DDB37F;
}
</style>
background-color css
<style>
a { background-color: #DDB37F; }
a { background-color: rgb(221,179,127); }
div.DivClassName
{
background-color: #DDB37F;
}
.BgClassName
{
background-color: #DDB37F;
}
</style>
border-color css
<style>
span { border-color: #DDB37F; }
span { border-color: rgb(221,179,127); }
td.TdClassName
{
border-color: #DDB37F;
}
.TagClassName
{
border-color: #DDB37F;
}
</style>