Shades of Pancho #DFB295
Tints of Pancho #DFB295
RGB
CMYK
RGB Variations
Color information
#DFB295 (or 0xDFB295) is known color: Pancho. HEX triplet: DF, B2 and 95. RGB value is (223,178,149). Sum of RGB (Red+Green+Blue) = 223+178+149=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB295 is #204D6A. Grayscale: #BCBCBC. Windows color (decimal): -2116971 or 9810655. OLE color: 9810655.
HSL color Cylindrical-coordinate representation of color #DFB295: hue angle of 23.51º degrees, saturation: 0.54, 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 #DFB295 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 149 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.13 |
| HSL | 23.51º | 0.54% | 0.73% | - |
| HSV(B) | 23.51º | 0.33% | 0.87% | - |
| XYZ | 51.78 | 49.7 | 35.3 | - |
| YUV | 188.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 149 | 0 | 0.20 | 0.33 | 0.13 | 23.51 | 0.54 | 0.73 |
| Hex | DF | B2 | 95 | 0 | 14 | 21 | D | 18 | 36 | 49 |
| Octal | 337 | 262 | 225 | 0 | 24 | 41 | 15 | 30 | 66 | 111 |
| Binary | 11011111 | 10110010 | 10010101 | 0 | 10100 | 100001 | 1101 | 11000 | 110110 | 1001001 |
Color Harmonies of #DFB295
Complementary color
Monochromatic Colors of #DFB295
Black with #DFB295
Text Example
Text Example
White with #DFB295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB295; }
p { color: rgb(223,178,149); }
H1.HeaderClassName
{
color: #DFB295;
}
.AnyTagClassName
{
color: #DFB295;
}
</style>
background-color css
<style>
a { background-color: #DFB295; }
a { background-color: rgb(223,178,149); }
div.DivClassName
{
background-color: #DFB295;
}
.BgClassName
{
background-color: #DFB295;
}
</style>
border-color css
<style>
span { border-color: #DFB295; }
span { border-color: rgb(223,178,149); }
td.TdClassName
{
border-color: #DFB295;
}
.TagClassName
{
border-color: #DFB295;
}
</style>