Shades of Manhattan #DFB07A
Tints of Manhattan #DFB07A
RGB
CMYK
RGB Variations
Color information
#DFB07A (or 0xDFB07A) is known color: Manhattan. HEX triplet: DF, B0 and 7A. RGB value is (223,176,122). Sum of RGB (Red+Green+Blue) = 223+176+122=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB07A is #204F85. Grayscale: #B8B8B8. Windows color (decimal): -2117510 or 8040671. OLE color: 8040671.
HSL color Cylindrical-coordinate representation of color #DFB07A: hue angle of 32.08º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFB07A is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 122 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.13 |
| HSL | 32.08º | 0.61% | 0.68% | - |
| HSV(B) | 32.08º | 0.45% | 0.87% | - |
| XYZ | 49.47 | 48.14 | 25.1 | - |
| YUV | 183.9 | 93.07 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 122 | 0 | 0.21 | 0.45 | 0.13 | 32.08 | 0.61 | 0.68 |
| Hex | DF | B0 | 7A | 0 | 15 | 2D | D | 20 | 3D | 44 |
| Octal | 337 | 260 | 172 | 0 | 25 | 55 | 15 | 40 | 75 | 104 |
| Binary | 11011111 | 10110000 | 1111010 | 0 | 10101 | 101101 | 1101 | 100000 | 111101 | 1000100 |
Color Harmonies of #DFB07A
Complementary color
Monochromatic Colors of #DFB07A
Black with #DFB07A
Text Example
Text Example
White with #DFB07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB07A; }
p { color: rgb(223,176,122); }
H1.HeaderClassName
{
color: #DFB07A;
}
.AnyTagClassName
{
color: #DFB07A;
}
</style>
background-color css
<style>
a { background-color: #DFB07A; }
a { background-color: rgb(223,176,122); }
div.DivClassName
{
background-color: #DFB07A;
}
.BgClassName
{
background-color: #DFB07A;
}
</style>
border-color css
<style>
span { border-color: #DFB07A; }
span { border-color: rgb(223,176,122); }
td.TdClassName
{
border-color: #DFB07A;
}
.TagClassName
{
border-color: #DFB07A;
}
</style>