Shades of Manhattan #DFB082
Tints of Manhattan #DFB082
RGB
CMYK
RGB Variations
Color information
#DFB082 (or 0xDFB082) is known color: Manhattan. HEX triplet: DF, B0 and 82. RGB value is (223,176,130). Sum of RGB (Red+Green+Blue) = 223+176+130=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB082 is #204F7D. Grayscale: #B9B9B9. Windows color (decimal): -2117502 or 8564959. OLE color: 8564959.
HSL color Cylindrical-coordinate representation of color #DFB082: hue angle of 29.68º degrees, saturation: 0.59, 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 #DFB082 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 130 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.13 |
| HSL | 29.68º | 0.59% | 0.69% | - |
| HSV(B) | 29.68º | 0.42% | 0.87% | - |
| XYZ | 49.99 | 48.35 | 27.82 | - |
| YUV | 184.81 | 97.07 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 130 | 0 | 0.21 | 0.42 | 0.13 | 29.68 | 0.59 | 0.69 |
| Hex | DF | B0 | 82 | 0 | 15 | 2A | D | 1E | 3B | 45 |
| Octal | 337 | 260 | 202 | 0 | 25 | 52 | 15 | 36 | 73 | 105 |
| Binary | 11011111 | 10110000 | 10000010 | 0 | 10101 | 101010 | 1101 | 11110 | 111011 | 1000101 |
Color Harmonies of #DFB082
Complementary color
Monochromatic Colors of #DFB082
Black with #DFB082
Text Example
Text Example
White with #DFB082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB082; }
p { color: rgb(223,176,130); }
H1.HeaderClassName
{
color: #DFB082;
}
.AnyTagClassName
{
color: #DFB082;
}
</style>
background-color css
<style>
a { background-color: #DFB082; }
a { background-color: rgb(223,176,130); }
div.DivClassName
{
background-color: #DFB082;
}
.BgClassName
{
background-color: #DFB082;
}
</style>
border-color css
<style>
span { border-color: #DFB082; }
span { border-color: rgb(223,176,130); }
td.TdClassName
{
border-color: #DFB082;
}
.TagClassName
{
border-color: #DFB082;
}
</style>