Shades of Manhattan #DFB17D
Tints of Manhattan #DFB17D
RGB
CMYK
RGB Variations
Color information
#DFB17D (or 0xDFB17D) is known color: Manhattan. HEX triplet: DF, B1 and 7D. RGB value is (223,177,125). Sum of RGB (Red+Green+Blue) = 223+177+125=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB17D is #204E82. Grayscale: #B9B9B9. Windows color (decimal): -2117251 or 8237535. OLE color: 8237535.
HSL color Cylindrical-coordinate representation of color #DFB17D: hue angle of 31.84º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFB17D is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 125 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.13 |
| HSL | 31.84º | 0.6% | 0.68% | - |
| HSV(B) | 31.84º | 0.44% | 0.87% | - |
| XYZ | 49.86 | 48.61 | 26.16 | - |
| YUV | 184.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 125 | 0 | 0.21 | 0.44 | 0.13 | 31.84 | 0.6 | 0.68 |
| Hex | DF | B1 | 7D | 0 | 15 | 2C | D | 20 | 3C | 44 |
| Octal | 337 | 261 | 175 | 0 | 25 | 54 | 15 | 40 | 74 | 104 |
| Binary | 11011111 | 10110001 | 1111101 | 0 | 10101 | 101100 | 1101 | 100000 | 111100 | 1000100 |
Color Harmonies of #DFB17D
Complementary color
Monochromatic Colors of #DFB17D
Black with #DFB17D
Text Example
Text Example
White with #DFB17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB17D; }
p { color: rgb(223,177,125); }
H1.HeaderClassName
{
color: #DFB17D;
}
.AnyTagClassName
{
color: #DFB17D;
}
</style>
background-color css
<style>
a { background-color: #DFB17D; }
a { background-color: rgb(223,177,125); }
div.DivClassName
{
background-color: #DFB17D;
}
.BgClassName
{
background-color: #DFB17D;
}
</style>
border-color css
<style>
span { border-color: #DFB17D; }
span { border-color: rgb(223,177,125); }
td.TdClassName
{
border-color: #DFB17D;
}
.TagClassName
{
border-color: #DFB17D;
}
</style>