Shades of Pancho #DFBA95
Tints of Pancho #DFBA95
RGB
CMYK
RGB Variations
Color information
#DFBA95 (or 0xDFBA95) is known color: Pancho. HEX triplet: DF, BA and 95. RGB value is (223,186,149). Sum of RGB (Red+Green+Blue) = 223+186+149=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBA95 is #20456A. Grayscale: #C1C1C1. Windows color (decimal): -2114923 or 9812703. OLE color: 9812703.
HSL color Cylindrical-coordinate representation of color #DFBA95: hue angle of 30º 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 #DFBA95 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 149 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.13 |
| HSL | 30º | 0.54% | 0.73% | - |
| HSV(B) | 30º | 0.33% | 0.87% | - |
| XYZ | 53.42 | 52.98 | 35.84 | - |
| YUV | 192.85 | 103.26 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 149 | 0 | 0.17 | 0.33 | 0.13 | 30 | 0.54 | 0.73 |
| Hex | DF | BA | 95 | 0 | 11 | 21 | D | 1E | 36 | 49 |
| Octal | 337 | 272 | 225 | 0 | 21 | 41 | 15 | 36 | 66 | 111 |
| Binary | 11011111 | 10111010 | 10010101 | 0 | 10001 | 100001 | 1101 | 11110 | 110110 | 1001001 |
Color Harmonies of #DFBA95
Complementary color
Monochromatic Colors of #DFBA95
Black with #DFBA95
Text Example
Text Example
White with #DFBA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA95; }
p { color: rgb(223,186,149); }
H1.HeaderClassName
{
color: #DFBA95;
}
.AnyTagClassName
{
color: #DFBA95;
}
</style>
background-color css
<style>
a { background-color: #DFBA95; }
a { background-color: rgb(223,186,149); }
div.DivClassName
{
background-color: #DFBA95;
}
.BgClassName
{
background-color: #DFBA95;
}
</style>
border-color css
<style>
span { border-color: #DFBA95; }
span { border-color: rgb(223,186,149); }
td.TdClassName
{
border-color: #DFBA95;
}
.TagClassName
{
border-color: #DFBA95;
}
</style>