Shades of Manhattan #DFB07D
Tints of Manhattan #DFB07D
RGB
CMYK
RGB Variations
Color information
#DFB07D (or 0xDFB07D) is known color: Manhattan. HEX triplet: DF, B0 and 7D. RGB value is (223,176,125). Sum of RGB (Red+Green+Blue) = 223+176+125=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB07D is #204F82. Grayscale: #B8B8B8. Windows color (decimal): -2117507 or 8237279. OLE color: 8237279.
HSL color Cylindrical-coordinate representation of color #DFB07D: hue angle of 31.22º 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 #DFB07D is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 125 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.13 |
| HSL | 31.22º | 0.6% | 0.68% | - |
| HSV(B) | 31.22º | 0.44% | 0.87% | - |
| XYZ | 49.66 | 48.22 | 26.09 | - |
| YUV | 184.24 | 94.57 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 125 | 0 | 0.21 | 0.44 | 0.13 | 31.22 | 0.6 | 0.68 |
| Hex | DF | B0 | 7D | 0 | 15 | 2C | D | 1F | 3C | 44 |
| Octal | 337 | 260 | 175 | 0 | 25 | 54 | 15 | 37 | 74 | 104 |
| Binary | 11011111 | 10110000 | 1111101 | 0 | 10101 | 101100 | 1101 | 11111 | 111100 | 1000100 |
Color Harmonies of #DFB07D
Complementary color
Monochromatic Colors of #DFB07D
Black with #DFB07D
Text Example
Text Example
White with #DFB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB07D; }
p { color: rgb(223,176,125); }
H1.HeaderClassName
{
color: #DFB07D;
}
.AnyTagClassName
{
color: #DFB07D;
}
</style>
background-color css
<style>
a { background-color: #DFB07D; }
a { background-color: rgb(223,176,125); }
div.DivClassName
{
background-color: #DFB07D;
}
.BgClassName
{
background-color: #DFB07D;
}
</style>
border-color css
<style>
span { border-color: #DFB07D; }
span { border-color: rgb(223,176,125); }
td.TdClassName
{
border-color: #DFB07D;
}
.TagClassName
{
border-color: #DFB07D;
}
</style>