Shades of Manhattan #DDB183
Tints of Manhattan #DDB183
RGB
CMYK
RGB Variations
Color information
#DDB183 (or 0xDDB183) is known color: Manhattan. HEX triplet: DD, B1 and 83. RGB value is (221,177,131). Sum of RGB (Red+Green+Blue) = 221+177+131=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB183 is #224E7C. Grayscale: #B9B9B9. Windows color (decimal): -2248317 or 8630749. OLE color: 8630749.
HSL color Cylindrical-coordinate representation of color #DDB183: hue angle of 30.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDB183 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 131 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.13 |
| HSL | 30.67º | 0.57% | 0.69% | - |
| HSV(B) | 30.67º | 0.41% | 0.87% | - |
| XYZ | 49.64 | 48.46 | 28.21 | - |
| YUV | 184.91 | 97.58 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 131 | 0 | 0.20 | 0.41 | 0.13 | 30.67 | 0.57 | 0.69 |
| Hex | DD | B1 | 83 | 0 | 14 | 29 | D | 1F | 39 | 45 |
| Octal | 335 | 261 | 203 | 0 | 24 | 51 | 15 | 37 | 71 | 105 |
| Binary | 11011101 | 10110001 | 10000011 | 0 | 10100 | 101001 | 1101 | 11111 | 111001 | 1000101 |
Color Harmonies of #DDB183
Complementary color
Monochromatic Colors of #DDB183
Black with #DDB183
Text Example
Text Example
White with #DDB183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB183; }
p { color: rgb(221,177,131); }
H1.HeaderClassName
{
color: #DDB183;
}
.AnyTagClassName
{
color: #DDB183;
}
</style>
background-color css
<style>
a { background-color: #DDB183; }
a { background-color: rgb(221,177,131); }
div.DivClassName
{
background-color: #DDB183;
}
.BgClassName
{
background-color: #DDB183;
}
</style>
border-color css
<style>
span { border-color: #DDB183; }
span { border-color: rgb(221,177,131); }
td.TdClassName
{
border-color: #DDB183;
}
.TagClassName
{
border-color: #DDB183;
}
</style>