Shades of Manhattan #DFB37F
Tints of Manhattan #DFB37F
RGB
CMYK
RGB Variations
Color information
#DFB37F (or 0xDFB37F) is known color: Manhattan. HEX triplet: DF, B3 and 7F. RGB value is (223,179,127). Sum of RGB (Red+Green+Blue) = 223+179+127=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB37F is #204C80. Grayscale: #BABABA. Windows color (decimal): -2116737 or 8369119. OLE color: 8369119.
HSL color Cylindrical-coordinate representation of color #DFB37F: hue angle of 32.5º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFB37F is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 127 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.13 |
| HSL | 32.5º | 0.6% | 0.69% | - |
| HSV(B) | 32.5º | 0.43% | 0.87% | - |
| XYZ | 50.38 | 49.46 | 26.97 | - |
| YUV | 186.23 | 94.58 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 127 | 0 | 0.20 | 0.43 | 0.13 | 32.5 | 0.6 | 0.69 |
| Hex | DF | B3 | 7F | 0 | 14 | 2B | D | 20 | 3C | 45 |
| Octal | 337 | 263 | 177 | 0 | 24 | 53 | 15 | 40 | 74 | 105 |
| Binary | 11011111 | 10110011 | 1111111 | 0 | 10100 | 101011 | 1101 | 100000 | 111100 | 1000101 |
Color Harmonies of #DFB37F
Complementary color
Monochromatic Colors of #DFB37F
Black with #DFB37F
Text Example
Text Example
White with #DFB37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB37F; }
p { color: rgb(223,179,127); }
H1.HeaderClassName
{
color: #DFB37F;
}
.AnyTagClassName
{
color: #DFB37F;
}
</style>
background-color css
<style>
a { background-color: #DFB37F; }
a { background-color: rgb(223,179,127); }
div.DivClassName
{
background-color: #DFB37F;
}
.BgClassName
{
background-color: #DFB37F;
}
</style>
border-color css
<style>
span { border-color: #DFB37F; }
span { border-color: rgb(223,179,127); }
td.TdClassName
{
border-color: #DFB37F;
}
.TagClassName
{
border-color: #DFB37F;
}
</style>