Shades of Manhattan #DDB283
Tints of Manhattan #DDB283
RGB
CMYK
RGB Variations
Color information
#DDB283 (or 0xDDB283) is known color: Manhattan. HEX triplet: DD, B2 and 83. RGB value is (221,178,131). Sum of RGB (Red+Green+Blue) = 221+178+131=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB283 is #224D7C. Grayscale: #B9B9B9. Windows color (decimal): -2248061 or 8631005. OLE color: 8631005.
HSL color Cylindrical-coordinate representation of color #DDB283: hue angle of 31.33º 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 #DDB283 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 131 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.13 |
| HSL | 31.33º | 0.57% | 0.69% | - |
| HSV(B) | 31.33º | 0.41% | 0.87% | - |
| XYZ | 49.84 | 48.85 | 28.28 | - |
| YUV | 185.5 | 97.25 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 131 | 0 | 0.19 | 0.41 | 0.13 | 31.33 | 0.57 | 0.69 |
| Hex | DD | B2 | 83 | 0 | 13 | 29 | D | 1F | 39 | 45 |
| Octal | 335 | 262 | 203 | 0 | 23 | 51 | 15 | 37 | 71 | 105 |
| Binary | 11011101 | 10110010 | 10000011 | 0 | 10011 | 101001 | 1101 | 11111 | 111001 | 1000101 |
Color Harmonies of #DDB283
Complementary color
Monochromatic Colors of #DDB283
Black with #DDB283
Text Example
Text Example
White with #DDB283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB283; }
p { color: rgb(221,178,131); }
H1.HeaderClassName
{
color: #DDB283;
}
.AnyTagClassName
{
color: #DDB283;
}
</style>
background-color css
<style>
a { background-color: #DDB283; }
a { background-color: rgb(221,178,131); }
div.DivClassName
{
background-color: #DDB283;
}
.BgClassName
{
background-color: #DDB283;
}
</style>
border-color css
<style>
span { border-color: #DDB283; }
span { border-color: rgb(221,178,131); }
td.TdClassName
{
border-color: #DDB283;
}
.TagClassName
{
border-color: #DDB283;
}
</style>