Shades of Manhattan #DFB079
Tints of Manhattan #DFB079
RGB
CMYK
RGB Variations
Color information
#DFB079 (or 0xDFB079) is known color: Manhattan. HEX triplet: DF, B0 and 79. RGB value is (223,176,121). Sum of RGB (Red+Green+Blue) = 223+176+121=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 121 (47.66% from 255 or 23.27% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB079 is #204F86. Grayscale: #B8B8B8. Windows color (decimal): -2117511 or 7975135. OLE color: 7975135.
HSL color Cylindrical-coordinate representation of color #DFB079: hue angle of 32.35º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFB079 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 121 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.13 |
| HSL | 32.35º | 0.61% | 0.67% | - |
| HSV(B) | 32.35º | 0.46% | 0.87% | - |
| XYZ | 49.41 | 48.12 | 24.77 | - |
| YUV | 183.78 | 92.57 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 121 | 0 | 0.21 | 0.46 | 0.13 | 32.35 | 0.61 | 0.67 |
| Hex | DF | B0 | 79 | 0 | 15 | 2E | D | 20 | 3D | 43 |
| Octal | 337 | 260 | 171 | 0 | 25 | 56 | 15 | 40 | 75 | 103 |
| Binary | 11011111 | 10110000 | 1111001 | 0 | 10101 | 101110 | 1101 | 100000 | 111101 | 1000011 |
Color Harmonies of #DFB079
Complementary color
Monochromatic Colors of #DFB079
Black with #DFB079
Text Example
Text Example
White with #DFB079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB079; }
p { color: rgb(223,176,121); }
H1.HeaderClassName
{
color: #DFB079;
}
.AnyTagClassName
{
color: #DFB079;
}
</style>
background-color css
<style>
a { background-color: #DFB079; }
a { background-color: rgb(223,176,121); }
div.DivClassName
{
background-color: #DFB079;
}
.BgClassName
{
background-color: #DFB079;
}
</style>
border-color css
<style>
span { border-color: #DFB079; }
span { border-color: rgb(223,176,121); }
td.TdClassName
{
border-color: #DFB079;
}
.TagClassName
{
border-color: #DFB079;
}
</style>