Shades of Pancho #DFBA96
Tints of Pancho #DFBA96
RGB
CMYK
RGB Variations
Color information
#DFBA96 (or 0xDFBA96) is known color: Pancho. HEX triplet: DF, BA and 96. RGB value is (223,186,150). Sum of RGB (Red+Green+Blue) = 223+186+150=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 150 (58.98% from 255 or 26.83% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBA96 is #204569. Grayscale: #C1C1C1. Windows color (decimal): -2114922 or 9878239. OLE color: 9878239.
HSL color Cylindrical-coordinate representation of color #DFBA96: hue angle of 29.59º degrees, saturation: 0.53, 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 #DFBA96 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 150 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.13 |
| HSL | 29.59º | 0.53% | 0.73% | - |
| HSV(B) | 29.59º | 0.33% | 0.87% | - |
| XYZ | 53.5 | 53.01 | 36.27 | - |
| YUV | 192.96 | 103.76 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 150 | 0 | 0.17 | 0.33 | 0.13 | 29.59 | 0.53 | 0.73 |
| Hex | DF | BA | 96 | 0 | 11 | 21 | D | 1E | 35 | 49 |
| Octal | 337 | 272 | 226 | 0 | 21 | 41 | 15 | 36 | 65 | 111 |
| Binary | 11011111 | 10111010 | 10010110 | 0 | 10001 | 100001 | 1101 | 11110 | 110101 | 1001001 |
Color Harmonies of #DFBA96
Complementary color
Monochromatic Colors of #DFBA96
Black with #DFBA96
Text Example
Text Example
White with #DFBA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA96; }
p { color: rgb(223,186,150); }
H1.HeaderClassName
{
color: #DFBA96;
}
.AnyTagClassName
{
color: #DFBA96;
}
</style>
background-color css
<style>
a { background-color: #DFBA96; }
a { background-color: rgb(223,186,150); }
div.DivClassName
{
background-color: #DFBA96;
}
.BgClassName
{
background-color: #DFBA96;
}
</style>
border-color css
<style>
span { border-color: #DFBA96; }
span { border-color: rgb(223,186,150); }
td.TdClassName
{
border-color: #DFBA96;
}
.TagClassName
{
border-color: #DFBA96;
}
</style>