Shades of Pancho #DFBA8E
Tints of Pancho #DFBA8E
RGB
CMYK
RGB Variations
Color information
#DFBA8E (or 0xDFBA8E) is known color: Pancho. HEX triplet: DF, BA and 8E. RGB value is (223,186,142). Sum of RGB (Red+Green+Blue) = 223+186+142=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 142 (55.86% from 255 or 25.77% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBA8E is #204571. Grayscale: #C0C0C0. Windows color (decimal): -2114930 or 9353951. OLE color: 9353951.
HSL color Cylindrical-coordinate representation of color #DFBA8E: hue angle of 32.59º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFBA8E is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 142 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.13 |
| HSL | 32.59º | 0.56% | 0.72% | - |
| HSV(B) | 32.59º | 0.36% | 0.87% | - |
| XYZ | 52.87 | 52.76 | 32.99 | - |
| YUV | 192.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 142 | 0 | 0.17 | 0.36 | 0.13 | 32.59 | 0.56 | 0.72 |
| Hex | DF | BA | 8E | 0 | 11 | 24 | D | 21 | 38 | 48 |
| Octal | 337 | 272 | 216 | 0 | 21 | 44 | 15 | 41 | 70 | 110 |
| Binary | 11011111 | 10111010 | 10001110 | 0 | 10001 | 100100 | 1101 | 100001 | 111000 | 1001000 |
Color Harmonies of #DFBA8E
Complementary color
Monochromatic Colors of #DFBA8E
Black with #DFBA8E
Text Example
Text Example
White with #DFBA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA8E; }
p { color: rgb(223,186,142); }
H1.HeaderClassName
{
color: #DFBA8E;
}
.AnyTagClassName
{
color: #DFBA8E;
}
</style>
background-color css
<style>
a { background-color: #DFBA8E; }
a { background-color: rgb(223,186,142); }
div.DivClassName
{
background-color: #DFBA8E;
}
.BgClassName
{
background-color: #DFBA8E;
}
</style>
border-color css
<style>
span { border-color: #DFBA8E; }
span { border-color: rgb(223,186,142); }
td.TdClassName
{
border-color: #DFBA8E;
}
.TagClassName
{
border-color: #DFBA8E;
}
</style>