Shades of Manhattan #DFB078
Tints of Manhattan #DFB078
RGB
CMYK
RGB Variations
Color information
#DFB078 (or 0xDFB078) is known color: Manhattan. HEX triplet: DF, B0 and 78. RGB value is (223,176,120). Sum of RGB (Red+Green+Blue) = 223+176+120=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB078 is #204F87. Grayscale: #B7B7B7. Windows color (decimal): -2117512 or 7909599. OLE color: 7909599.
HSL color Cylindrical-coordinate representation of color #DFB078: hue angle of 32.62º degrees, saturation: 0.62, 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 #DFB078 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 120 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.13 |
| HSL | 32.62º | 0.62% | 0.67% | - |
| HSV(B) | 32.62º | 0.46% | 0.87% | - |
| XYZ | 49.35 | 48.09 | 24.45 | - |
| YUV | 183.67 | 92.07 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 120 | 0 | 0.21 | 0.46 | 0.13 | 32.62 | 0.62 | 0.67 |
| Hex | DF | B0 | 78 | 0 | 15 | 2E | D | 21 | 3E | 43 |
| Octal | 337 | 260 | 170 | 0 | 25 | 56 | 15 | 41 | 76 | 103 |
| Binary | 11011111 | 10110000 | 1111000 | 0 | 10101 | 101110 | 1101 | 100001 | 111110 | 1000011 |
Color Harmonies of #DFB078
Complementary color
Monochromatic Colors of #DFB078
Black with #DFB078
Text Example
Text Example
White with #DFB078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB078; }
p { color: rgb(223,176,120); }
H1.HeaderClassName
{
color: #DFB078;
}
.AnyTagClassName
{
color: #DFB078;
}
</style>
background-color css
<style>
a { background-color: #DFB078; }
a { background-color: rgb(223,176,120); }
div.DivClassName
{
background-color: #DFB078;
}
.BgClassName
{
background-color: #DFB078;
}
</style>
border-color css
<style>
span { border-color: #DFB078; }
span { border-color: rgb(223,176,120); }
td.TdClassName
{
border-color: #DFB078;
}
.TagClassName
{
border-color: #DFB078;
}
</style>