Shades of Pancho #DFB79A
Tints of Pancho #DFB79A
RGB
CMYK
RGB Variations
Color information
#DFB79A (or 0xDFB79A) is known color: Pancho. HEX triplet: DF, B7 and 9A. RGB value is (223,183,154). Sum of RGB (Red+Green+Blue) = 223+183+154=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB79A is #204865. Grayscale: #BFBFBF. Windows color (decimal): -2115686 or 10139615. OLE color: 10139615.
HSL color Cylindrical-coordinate representation of color #DFB79A: hue angle of 25.22º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFB79A is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 154 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.13 |
| HSL | 25.22º | 0.52% | 0.74% | - |
| HSV(B) | 25.22º | 0.31% | 0.87% | - |
| XYZ | 53.2 | 51.89 | 37.78 | - |
| YUV | 191.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 154 | 0 | 0.18 | 0.31 | 0.13 | 25.22 | 0.52 | 0.74 |
| Hex | DF | B7 | 9A | 0 | 12 | 1F | D | 19 | 34 | 4A |
| Octal | 337 | 267 | 232 | 0 | 22 | 37 | 15 | 31 | 64 | 112 |
| Binary | 11011111 | 10110111 | 10011010 | 0 | 10010 | 11111 | 1101 | 11001 | 110100 | 1001010 |
Color Harmonies of #DFB79A
Complementary color
Monochromatic Colors of #DFB79A
Black with #DFB79A
Text Example
Text Example
White with #DFB79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB79A; }
p { color: rgb(223,183,154); }
H1.HeaderClassName
{
color: #DFB79A;
}
.AnyTagClassName
{
color: #DFB79A;
}
</style>
background-color css
<style>
a { background-color: #DFB79A; }
a { background-color: rgb(223,183,154); }
div.DivClassName
{
background-color: #DFB79A;
}
.BgClassName
{
background-color: #DFB79A;
}
</style>
border-color css
<style>
span { border-color: #DFB79A; }
span { border-color: rgb(223,183,154); }
td.TdClassName
{
border-color: #DFB79A;
}
.TagClassName
{
border-color: #DFB79A;
}
</style>