Shades of Pancho #DFBB93
Tints of Pancho #DFBB93
RGB
CMYK
RGB Variations
Color information
#DFBB93 (or 0xDFBB93) is known color: Pancho. HEX triplet: DF, BB and 93. RGB value is (223,187,147). Sum of RGB (Red+Green+Blue) = 223+187+147=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBB93 is #20446C. Grayscale: #C1C1C1. Windows color (decimal): -2114669 or 9681887. OLE color: 9681887.
HSL color Cylindrical-coordinate representation of color #DFBB93: hue angle of 31.58º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFBB93 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 147 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.13 |
| HSL | 31.58º | 0.54% | 0.73% | - |
| HSV(B) | 31.58º | 0.34% | 0.87% | - |
| XYZ | 53.47 | 53.34 | 35.08 | - |
| YUV | 193.2 | 101.93 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 147 | 0 | 0.16 | 0.34 | 0.13 | 31.58 | 0.54 | 0.73 |
| Hex | DF | BB | 93 | 0 | 10 | 22 | D | 20 | 36 | 49 |
| Octal | 337 | 273 | 223 | 0 | 20 | 42 | 15 | 40 | 66 | 111 |
| Binary | 11011111 | 10111011 | 10010011 | 0 | 10000 | 100010 | 1101 | 100000 | 110110 | 1001001 |
Color Harmonies of #DFBB93
Complementary color
Monochromatic Colors of #DFBB93
Black with #DFBB93
Text Example
Text Example
White with #DFBB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB93; }
p { color: rgb(223,187,147); }
H1.HeaderClassName
{
color: #DFBB93;
}
.AnyTagClassName
{
color: #DFBB93;
}
</style>
background-color css
<style>
a { background-color: #DFBB93; }
a { background-color: rgb(223,187,147); }
div.DivClassName
{
background-color: #DFBB93;
}
.BgClassName
{
background-color: #DFBB93;
}
</style>
border-color css
<style>
span { border-color: #DFBB93; }
span { border-color: rgb(223,187,147); }
td.TdClassName
{
border-color: #DFBB93;
}
.TagClassName
{
border-color: #DFBB93;
}
</style>