Shades of Manhattan #DFB182
Tints of Manhattan #DFB182
RGB
CMYK
RGB Variations
Color information
#DFB182 (or 0xDFB182) is known color: Manhattan. HEX triplet: DF, B1 and 82. RGB value is (223,177,130). Sum of RGB (Red+Green+Blue) = 223+177+130=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB182 is #204E7D. Grayscale: #B9B9B9. Windows color (decimal): -2117246 or 8565215. OLE color: 8565215.
HSL color Cylindrical-coordinate representation of color #DFB182: hue angle of 30.32º 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 #DFB182 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 130 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.13 |
| HSL | 30.32º | 0.59% | 0.69% | - |
| HSV(B) | 30.32º | 0.42% | 0.87% | - |
| XYZ | 50.18 | 48.74 | 27.88 | - |
| YUV | 185.4 | 96.74 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 130 | 0 | 0.21 | 0.42 | 0.13 | 30.32 | 0.59 | 0.69 |
| Hex | DF | B1 | 82 | 0 | 15 | 2A | D | 1E | 3B | 45 |
| Octal | 337 | 261 | 202 | 0 | 25 | 52 | 15 | 36 | 73 | 105 |
| Binary | 11011111 | 10110001 | 10000010 | 0 | 10101 | 101010 | 1101 | 11110 | 111011 | 1000101 |
Color Harmonies of #DFB182
Complementary color
Monochromatic Colors of #DFB182
Black with #DFB182
Text Example
Text Example
White with #DFB182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB182; }
p { color: rgb(223,177,130); }
H1.HeaderClassName
{
color: #DFB182;
}
.AnyTagClassName
{
color: #DFB182;
}
</style>
background-color css
<style>
a { background-color: #DFB182; }
a { background-color: rgb(223,177,130); }
div.DivClassName
{
background-color: #DFB182;
}
.BgClassName
{
background-color: #DFB182;
}
</style>
border-color css
<style>
span { border-color: #DFB182; }
span { border-color: rgb(223,177,130); }
td.TdClassName
{
border-color: #DFB182;
}
.TagClassName
{
border-color: #DFB182;
}
</style>