Shades of Pancho #DFB79E
Tints of Pancho #DFB79E
RGB
CMYK
RGB Variations
Color information
#DFB79E (or 0xDFB79E) is known color: Pancho. HEX triplet: DF, B7 and 9E. RGB value is (223,183,158). Sum of RGB (Red+Green+Blue) = 223+183+158=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 183 (71.88% from 255 or 32.45% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB79E is #204861. Grayscale: #C0C0C0. Windows color (decimal): -2115682 or 10401759. OLE color: 10401759.
HSL color Cylindrical-coordinate representation of color #DFB79E: hue angle of 23.08º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFB79E is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 158 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.13 |
| HSL | 23.08º | 0.5% | 0.75% | - |
| HSV(B) | 23.08º | 0.29% | 0.87% | - |
| XYZ | 53.54 | 52.02 | 39.57 | - |
| YUV | 192.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 158 | 0 | 0.18 | 0.29 | 0.13 | 23.08 | 0.5 | 0.75 |
| Hex | DF | B7 | 9E | 0 | 12 | 1D | D | 17 | 32 | 4B |
| Octal | 337 | 267 | 236 | 0 | 22 | 35 | 15 | 27 | 62 | 113 |
| Binary | 11011111 | 10110111 | 10011110 | 0 | 10010 | 11101 | 1101 | 10111 | 110010 | 1001011 |
Color Harmonies of #DFB79E
Complementary color
Monochromatic Colors of #DFB79E
Black with #DFB79E
Text Example
Text Example
White with #DFB79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB79E; }
p { color: rgb(223,183,158); }
H1.HeaderClassName
{
color: #DFB79E;
}
.AnyTagClassName
{
color: #DFB79E;
}
</style>
background-color css
<style>
a { background-color: #DFB79E; }
a { background-color: rgb(223,183,158); }
div.DivClassName
{
background-color: #DFB79E;
}
.BgClassName
{
background-color: #DFB79E;
}
</style>
border-color css
<style>
span { border-color: #DFB79E; }
span { border-color: rgb(223,183,158); }
td.TdClassName
{
border-color: #DFB79E;
}
.TagClassName
{
border-color: #DFB79E;
}
</style>