Shades of Pancho #DFBA98
Tints of Pancho #DFBA98
RGB
CMYK
RGB Variations
Color information
#DFBA98 (or 0xDFBA98) is known color: Pancho. HEX triplet: DF, BA and 98. RGB value is (223,186,152). Sum of RGB (Red+Green+Blue) = 223+186+152=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 152 (59.77% from 255 or 27.09% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBA98 is #204567. Grayscale: #C1C1C1. Windows color (decimal): -2114920 or 10009311. OLE color: 10009311.
HSL color Cylindrical-coordinate representation of color #DFBA98: hue angle of 28.73º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFBA98 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 152 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.13 |
| HSL | 28.73º | 0.53% | 0.74% | - |
| HSV(B) | 28.73º | 0.32% | 0.87% | - |
| XYZ | 53.66 | 53.07 | 37.12 | - |
| YUV | 193.19 | 104.76 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 152 | 0 | 0.17 | 0.32 | 0.13 | 28.73 | 0.53 | 0.74 |
| Hex | DF | BA | 98 | 0 | 11 | 20 | D | 1D | 35 | 4A |
| Octal | 337 | 272 | 230 | 0 | 21 | 40 | 15 | 35 | 65 | 112 |
| Binary | 11011111 | 10111010 | 10011000 | 0 | 10001 | 100000 | 1101 | 11101 | 110101 | 1001010 |
Color Harmonies of #DFBA98
Complementary color
Monochromatic Colors of #DFBA98
Black with #DFBA98
Text Example
Text Example
White with #DFBA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA98; }
p { color: rgb(223,186,152); }
H1.HeaderClassName
{
color: #DFBA98;
}
.AnyTagClassName
{
color: #DFBA98;
}
</style>
background-color css
<style>
a { background-color: #DFBA98; }
a { background-color: rgb(223,186,152); }
div.DivClassName
{
background-color: #DFBA98;
}
.BgClassName
{
background-color: #DFBA98;
}
</style>
border-color css
<style>
span { border-color: #DFBA98; }
span { border-color: rgb(223,186,152); }
td.TdClassName
{
border-color: #DFBA98;
}
.TagClassName
{
border-color: #DFBA98;
}
</style>