Shades of Pancho #DFBA9D
Tints of Pancho #DFBA9D
RGB
CMYK
RGB Variations
Color information
#DFBA9D (or 0xDFBA9D) is known color: Pancho. HEX triplet: DF, BA and 9D. RGB value is (223,186,157). Sum of RGB (Red+Green+Blue) = 223+186+157=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 157 (61.72% from 255 or 27.74% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBA9D is #204562. Grayscale: #C1C1C1. Windows color (decimal): -2114915 or 10336991. OLE color: 10336991.
HSL color Cylindrical-coordinate representation of color #DFBA9D: hue angle of 26.36º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFBA9D is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 157 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.13 |
| HSL | 26.36º | 0.51% | 0.75% | - |
| HSV(B) | 26.36º | 0.3% | 0.87% | - |
| XYZ | 54.08 | 53.24 | 39.32 | - |
| YUV | 193.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 157 | 0 | 0.17 | 0.30 | 0.13 | 26.36 | 0.51 | 0.75 |
| Hex | DF | BA | 9D | 0 | 11 | 1E | D | 1A | 33 | 4B |
| Octal | 337 | 272 | 235 | 0 | 21 | 36 | 15 | 32 | 63 | 113 |
| Binary | 11011111 | 10111010 | 10011101 | 0 | 10001 | 11110 | 1101 | 11010 | 110011 | 1001011 |
Color Harmonies of #DFBA9D
Complementary color
Monochromatic Colors of #DFBA9D
Black with #DFBA9D
Text Example
Text Example
White with #DFBA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA9D; }
p { color: rgb(223,186,157); }
H1.HeaderClassName
{
color: #DFBA9D;
}
.AnyTagClassName
{
color: #DFBA9D;
}
</style>
background-color css
<style>
a { background-color: #DFBA9D; }
a { background-color: rgb(223,186,157); }
div.DivClassName
{
background-color: #DFBA9D;
}
.BgClassName
{
background-color: #DFBA9D;
}
</style>
border-color css
<style>
span { border-color: #DFBA9D; }
span { border-color: rgb(223,186,157); }
td.TdClassName
{
border-color: #DFBA9D;
}
.TagClassName
{
border-color: #DFBA9D;
}
</style>