Shades of Pancho #DFB293
Tints of Pancho #DFB293
RGB
CMYK
RGB Variations
Color information
#DFB293 (or 0xDFB293) is known color: Pancho. HEX triplet: DF, B2 and 93. RGB value is (223,178,147). Sum of RGB (Red+Green+Blue) = 223+178+147=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB293 is #204D6C. Grayscale: #BCBCBC. Windows color (decimal): -2116973 or 9679583. OLE color: 9679583.
HSL color Cylindrical-coordinate representation of color #DFB293: hue angle of 24.47º 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 #DFB293 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 147 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.13 |
| HSL | 24.47º | 0.54% | 0.73% | - |
| HSV(B) | 24.47º | 0.34% | 0.87% | - |
| XYZ | 51.62 | 49.64 | 34.46 | - |
| YUV | 187.92 | 104.91 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 147 | 0 | 0.20 | 0.34 | 0.13 | 24.47 | 0.54 | 0.73 |
| Hex | DF | B2 | 93 | 0 | 14 | 22 | D | 18 | 36 | 49 |
| Octal | 337 | 262 | 223 | 0 | 24 | 42 | 15 | 30 | 66 | 111 |
| Binary | 11011111 | 10110010 | 10010011 | 0 | 10100 | 100010 | 1101 | 11000 | 110110 | 1001001 |
Color Harmonies of #DFB293
Complementary color
Monochromatic Colors of #DFB293
Black with #DFB293
Text Example
Text Example
White with #DFB293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB293; }
p { color: rgb(223,178,147); }
H1.HeaderClassName
{
color: #DFB293;
}
.AnyTagClassName
{
color: #DFB293;
}
</style>
background-color css
<style>
a { background-color: #DFB293; }
a { background-color: rgb(223,178,147); }
div.DivClassName
{
background-color: #DFB293;
}
.BgClassName
{
background-color: #DFB293;
}
</style>
border-color css
<style>
span { border-color: #DFB293; }
span { border-color: rgb(223,178,147); }
td.TdClassName
{
border-color: #DFB293;
}
.TagClassName
{
border-color: #DFB293;
}
</style>