Shades of Pancho #DFB993
Tints of Pancho #DFB993
RGB
CMYK
RGB Variations
Color information
#DFB993 (or 0xDFB993) is known color: Pancho. HEX triplet: DF, B9 and 93. RGB value is (223,185,147). Sum of RGB (Red+Green+Blue) = 223+185+147=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 147 (57.81% from 255 or 26.49% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB993 is #20466C. Grayscale: #C0C0C0. Windows color (decimal): -2115181 or 9681375. OLE color: 9681375.
HSL color Cylindrical-coordinate representation of color #DFB993: hue angle of 30º 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 #DFB993 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 147 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.13 |
| HSL | 30º | 0.54% | 0.73% | - |
| HSV(B) | 30º | 0.34% | 0.87% | - |
| XYZ | 53.05 | 52.49 | 34.94 | - |
| YUV | 192.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 147 | 0 | 0.17 | 0.34 | 0.13 | 30 | 0.54 | 0.73 |
| Hex | DF | B9 | 93 | 0 | 11 | 22 | D | 1E | 36 | 49 |
| Octal | 337 | 271 | 223 | 0 | 21 | 42 | 15 | 36 | 66 | 111 |
| Binary | 11011111 | 10111001 | 10010011 | 0 | 10001 | 100010 | 1101 | 11110 | 110110 | 1001001 |
Color Harmonies of #DFB993
Complementary color
Monochromatic Colors of #DFB993
Black with #DFB993
Text Example
Text Example
White with #DFB993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB993; }
p { color: rgb(223,185,147); }
H1.HeaderClassName
{
color: #DFB993;
}
.AnyTagClassName
{
color: #DFB993;
}
</style>
background-color css
<style>
a { background-color: #DFB993; }
a { background-color: rgb(223,185,147); }
div.DivClassName
{
background-color: #DFB993;
}
.BgClassName
{
background-color: #DFB993;
}
</style>
border-color css
<style>
span { border-color: #DFB993; }
span { border-color: rgb(223,185,147); }
td.TdClassName
{
border-color: #DFB993;
}
.TagClassName
{
border-color: #DFB993;
}
</style>