Shades of Manhattan #DFB087
Tints of Manhattan #DFB087
RGB
CMYK
RGB Variations
Color information
#DFB087 (or 0xDFB087) is known color: Manhattan. HEX triplet: DF, B0 and 87. RGB value is (223,176,135). Sum of RGB (Red+Green+Blue) = 223+176+135=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB087 is #204F78. Grayscale: #B9B9B9. Windows color (decimal): -2117497 or 8892639. OLE color: 8892639.
HSL color Cylindrical-coordinate representation of color #DFB087: hue angle of 27.95º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFB087 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 135 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.13 |
| HSL | 27.95º | 0.58% | 0.7% | - |
| HSV(B) | 27.95º | 0.39% | 0.87% | - |
| XYZ | 50.33 | 48.49 | 29.63 | - |
| YUV | 185.38 | 99.57 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 135 | 0 | 0.21 | 0.39 | 0.13 | 27.95 | 0.58 | 0.7 |
| Hex | DF | B0 | 87 | 0 | 15 | 27 | D | 1C | 3A | 46 |
| Octal | 337 | 260 | 207 | 0 | 25 | 47 | 15 | 34 | 72 | 106 |
| Binary | 11011111 | 10110000 | 10000111 | 0 | 10101 | 100111 | 1101 | 11100 | 111010 | 1000110 |
Color Harmonies of #DFB087
Complementary color
Monochromatic Colors of #DFB087
Black with #DFB087
Text Example
Text Example
White with #DFB087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB087; }
p { color: rgb(223,176,135); }
H1.HeaderClassName
{
color: #DFB087;
}
.AnyTagClassName
{
color: #DFB087;
}
</style>
background-color css
<style>
a { background-color: #DFB087; }
a { background-color: rgb(223,176,135); }
div.DivClassName
{
background-color: #DFB087;
}
.BgClassName
{
background-color: #DFB087;
}
</style>
border-color css
<style>
span { border-color: #DFB087; }
span { border-color: rgb(223,176,135); }
td.TdClassName
{
border-color: #DFB087;
}
.TagClassName
{
border-color: #DFB087;
}
</style>