Shades of Manhattan #DCB081
Tints of Manhattan #DCB081
RGB
CMYK
RGB Variations
Color information
#DCB081 (or 0xDCB081) is known color: Manhattan. HEX triplet: DC, B0 and 81. RGB value is (220,176,129). Sum of RGB (Red+Green+Blue) = 220+176+129=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 129 (50.78% from 255 or 24.57% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB081 is #234F7E. Grayscale: #B8B8B8. Windows color (decimal): -2314111 or 8499420. OLE color: 8499420.
HSL color Cylindrical-coordinate representation of color #DCB081: hue angle of 30.99º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCB081 is Cyan = 0, Magento = 0.2, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 129 | - |
| CMYK | 0 | 0.2 | 0.41 | 0.14 |
| HSL | 30.99º | 0.57% | 0.68% | - |
| HSV(B) | 30.99º | 0.41% | 0.86% | - |
| XYZ | 49 | 47.85 | 27.42 | - |
| YUV | 183.8 | 97.08 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 129 | 0 | 0.2 | 0.41 | 0.14 | 30.99 | 0.57 | 0.68 |
| Hex | DC | B0 | 81 | 0 | 14 | 29 | E | 1F | 39 | 44 |
| Octal | 334 | 260 | 201 | 0 | 24 | 51 | 16 | 37 | 71 | 104 |
| Binary | 11011100 | 10110000 | 10000001 | 0 | 10100 | 101001 | 1110 | 11111 | 111001 | 1000100 |
Color Harmonies of #DCB081
Complementary color
Monochromatic Colors of #DCB081
Black with #DCB081
Text Example
Text Example
White with #DCB081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB081; }
p { color: rgb(220,176,129); }
H1.HeaderClassName
{
color: #DCB081;
}
.AnyTagClassName
{
color: #DCB081;
}
</style>
background-color css
<style>
a { background-color: #DCB081; }
a { background-color: rgb(220,176,129); }
div.DivClassName
{
background-color: #DCB081;
}
.BgClassName
{
background-color: #DCB081;
}
</style>
border-color css
<style>
span { border-color: #DCB081; }
span { border-color: rgb(220,176,129); }
td.TdClassName
{
border-color: #DCB081;
}
.TagClassName
{
border-color: #DCB081;
}
</style>