Shades of Manhattan #DDB281
Tints of Manhattan #DDB281
RGB
CMYK
RGB Variations
Color information
#DDB281 (or 0xDDB281) is known color: Manhattan. HEX triplet: DD, B2 and 81. RGB value is (221,178,129). Sum of RGB (Red+Green+Blue) = 221+178+129=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 129 (50.78% from 255 or 24.43% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB281 is #224D7E. Grayscale: #B9B9B9. Windows color (decimal): -2248063 or 8499933. OLE color: 8499933.
HSL color Cylindrical-coordinate representation of color #DDB281: hue angle of 31.96º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDB281 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 129 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.13 |
| HSL | 31.96º | 0.58% | 0.69% | - |
| HSV(B) | 31.96º | 0.42% | 0.87% | - |
| XYZ | 49.7 | 48.8 | 27.57 | - |
| YUV | 185.27 | 96.25 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 129 | 0 | 0.19 | 0.42 | 0.13 | 31.96 | 0.58 | 0.69 |
| Hex | DD | B2 | 81 | 0 | 13 | 2A | D | 20 | 3A | 45 |
| Octal | 335 | 262 | 201 | 0 | 23 | 52 | 15 | 40 | 72 | 105 |
| Binary | 11011101 | 10110010 | 10000001 | 0 | 10011 | 101010 | 1101 | 100000 | 111010 | 1000101 |
Color Harmonies of #DDB281
Complementary color
Monochromatic Colors of #DDB281
Black with #DDB281
Text Example
Text Example
White with #DDB281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB281; }
p { color: rgb(221,178,129); }
H1.HeaderClassName
{
color: #DDB281;
}
.AnyTagClassName
{
color: #DDB281;
}
</style>
background-color css
<style>
a { background-color: #DDB281; }
a { background-color: rgb(221,178,129); }
div.DivClassName
{
background-color: #DDB281;
}
.BgClassName
{
background-color: #DDB281;
}
</style>
border-color css
<style>
span { border-color: #DDB281; }
span { border-color: rgb(221,178,129); }
td.TdClassName
{
border-color: #DDB281;
}
.TagClassName
{
border-color: #DDB281;
}
</style>