Shades of Pancho #DFB794
Tints of Pancho #DFB794
RGB
CMYK
RGB Variations
Color information
#DFB794 (or 0xDFB794) is known color: Pancho. HEX triplet: DF, B7 and 94. RGB value is (223,183,148). Sum of RGB (Red+Green+Blue) = 223+183+148=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB794 is #20486B. Grayscale: #BFBFBF. Windows color (decimal): -2115692 or 9746399. OLE color: 9746399.
HSL color Cylindrical-coordinate representation of color #DFB794: hue angle of 28º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFB794 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 148 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.13 |
| HSL | 28º | 0.54% | 0.73% | - |
| HSV(B) | 28º | 0.34% | 0.87% | - |
| XYZ | 52.71 | 51.69 | 35.22 | - |
| YUV | 190.97 | 103.75 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 148 | 0 | 0.18 | 0.34 | 0.13 | 28 | 0.54 | 0.73 |
| Hex | DF | B7 | 94 | 0 | 12 | 22 | D | 1C | 36 | 49 |
| Octal | 337 | 267 | 224 | 0 | 22 | 42 | 15 | 34 | 66 | 111 |
| Binary | 11011111 | 10110111 | 10010100 | 0 | 10010 | 100010 | 1101 | 11100 | 110110 | 1001001 |
Color Harmonies of #DFB794
Complementary color
Monochromatic Colors of #DFB794
Black with #DFB794
Text Example
Text Example
White with #DFB794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB794; }
p { color: rgb(223,183,148); }
H1.HeaderClassName
{
color: #DFB794;
}
.AnyTagClassName
{
color: #DFB794;
}
</style>
background-color css
<style>
a { background-color: #DFB794; }
a { background-color: rgb(223,183,148); }
div.DivClassName
{
background-color: #DFB794;
}
.BgClassName
{
background-color: #DFB794;
}
</style>
border-color css
<style>
span { border-color: #DFB794; }
span { border-color: rgb(223,183,148); }
td.TdClassName
{
border-color: #DFB794;
}
.TagClassName
{
border-color: #DFB794;
}
</style>