Shades of Pancho #DFB795
Tints of Pancho #DFB795
RGB
CMYK
RGB Variations
Color information
#DFB795 (or 0xDFB795) is known color: Pancho. HEX triplet: DF, B7 and 95. RGB value is (223,183,149). Sum of RGB (Red+Green+Blue) = 223+183+149=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB795 is #20486A. Grayscale: #BFBFBF. Windows color (decimal): -2115691 or 9811935. OLE color: 9811935.
HSL color Cylindrical-coordinate representation of color #DFB795: hue angle of 27.57º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFB795 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 149 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.13 |
| HSL | 27.57º | 0.54% | 0.73% | - |
| HSV(B) | 27.57º | 0.33% | 0.87% | - |
| XYZ | 52.79 | 51.72 | 35.64 | - |
| YUV | 191.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 149 | 0 | 0.18 | 0.33 | 0.13 | 27.57 | 0.54 | 0.73 |
| Hex | DF | B7 | 95 | 0 | 12 | 21 | D | 1C | 36 | 49 |
| Octal | 337 | 267 | 225 | 0 | 22 | 41 | 15 | 34 | 66 | 111 |
| Binary | 11011111 | 10110111 | 10010101 | 0 | 10010 | 100001 | 1101 | 11100 | 110110 | 1001001 |
Color Harmonies of #DFB795
Complementary color
Monochromatic Colors of #DFB795
Black with #DFB795
Text Example
Text Example
White with #DFB795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB795; }
p { color: rgb(223,183,149); }
H1.HeaderClassName
{
color: #DFB795;
}
.AnyTagClassName
{
color: #DFB795;
}
</style>
background-color css
<style>
a { background-color: #DFB795; }
a { background-color: rgb(223,183,149); }
div.DivClassName
{
background-color: #DFB795;
}
.BgClassName
{
background-color: #DFB795;
}
</style>
border-color css
<style>
span { border-color: #DFB795; }
span { border-color: rgb(223,183,149); }
td.TdClassName
{
border-color: #DFB795;
}
.TagClassName
{
border-color: #DFB795;
}
</style>