Shades of Pancho #DFB797
Tints of Pancho #DFB797
RGB
CMYK
RGB Variations
Color information
#DFB797 (or 0xDFB797) is known color: Pancho. HEX triplet: DF, B7 and 97. RGB value is (223,183,151). Sum of RGB (Red+Green+Blue) = 223+183+151=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 151 (59.38% from 255 or 27.11% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB797 is #204868. Grayscale: #BFBFBF. Windows color (decimal): -2115689 or 9943007. OLE color: 9943007.
HSL color Cylindrical-coordinate representation of color #DFB797: hue angle of 26.67º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFB797 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 151 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.13 |
| HSL | 26.67º | 0.53% | 0.73% | - |
| HSV(B) | 26.67º | 0.32% | 0.87% | - |
| XYZ | 52.95 | 51.79 | 36.48 | - |
| YUV | 191.31 | 105.25 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 151 | 0 | 0.18 | 0.32 | 0.13 | 26.67 | 0.53 | 0.73 |
| Hex | DF | B7 | 97 | 0 | 12 | 20 | D | 1B | 35 | 49 |
| Octal | 337 | 267 | 227 | 0 | 22 | 40 | 15 | 33 | 65 | 111 |
| Binary | 11011111 | 10110111 | 10010111 | 0 | 10010 | 100000 | 1101 | 11011 | 110101 | 1001001 |
Color Harmonies of #DFB797
Complementary color
Monochromatic Colors of #DFB797
Black with #DFB797
Text Example
Text Example
White with #DFB797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB797; }
p { color: rgb(223,183,151); }
H1.HeaderClassName
{
color: #DFB797;
}
.AnyTagClassName
{
color: #DFB797;
}
</style>
background-color css
<style>
a { background-color: #DFB797; }
a { background-color: rgb(223,183,151); }
div.DivClassName
{
background-color: #DFB797;
}
.BgClassName
{
background-color: #DFB797;
}
</style>
border-color css
<style>
span { border-color: #DFB797; }
span { border-color: rgb(223,183,151); }
td.TdClassName
{
border-color: #DFB797;
}
.TagClassName
{
border-color: #DFB797;
}
</style>