Shades of Manhattan #DFB17F
Tints of Manhattan #DFB17F
RGB
CMYK
RGB Variations
Color information
#DFB17F (or 0xDFB17F) is known color: Manhattan. HEX triplet: DF, B1 and 7F. RGB value is (223,177,127). Sum of RGB (Red+Green+Blue) = 223+177+127=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB17F is #204E80. Grayscale: #B9B9B9. Windows color (decimal): -2117249 or 8368607. OLE color: 8368607.
HSL color Cylindrical-coordinate representation of color #DFB17F: hue angle of 31.25º 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 #DFB17F is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 127 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.13 |
| HSL | 31.25º | 0.6% | 0.69% | - |
| HSV(B) | 31.25º | 0.43% | 0.87% | - |
| XYZ | 49.98 | 48.66 | 26.84 | - |
| YUV | 185.05 | 95.24 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 127 | 0 | 0.21 | 0.43 | 0.13 | 31.25 | 0.6 | 0.69 |
| Hex | DF | B1 | 7F | 0 | 15 | 2B | D | 1F | 3C | 45 |
| Octal | 337 | 261 | 177 | 0 | 25 | 53 | 15 | 37 | 74 | 105 |
| Binary | 11011111 | 10110001 | 1111111 | 0 | 10101 | 101011 | 1101 | 11111 | 111100 | 1000101 |
Color Harmonies of #DFB17F
Complementary color
Monochromatic Colors of #DFB17F
Black with #DFB17F
Text Example
Text Example
White with #DFB17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB17F; }
p { color: rgb(223,177,127); }
H1.HeaderClassName
{
color: #DFB17F;
}
.AnyTagClassName
{
color: #DFB17F;
}
</style>
background-color css
<style>
a { background-color: #DFB17F; }
a { background-color: rgb(223,177,127); }
div.DivClassName
{
background-color: #DFB17F;
}
.BgClassName
{
background-color: #DFB17F;
}
</style>
border-color css
<style>
span { border-color: #DFB17F; }
span { border-color: rgb(223,177,127); }
td.TdClassName
{
border-color: #DFB17F;
}
.TagClassName
{
border-color: #DFB17F;
}
</style>