Shades of Pancho #DFB196
Tints of Pancho #DFB196
RGB
CMYK
RGB Variations
Color information
#DFB196 (or 0xDFB196) is known color: Pancho. HEX triplet: DF, B1 and 96. RGB value is (223,177,150). Sum of RGB (Red+Green+Blue) = 223+177+150=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB196 is #204E69. Grayscale: #BBBBBB. Windows color (decimal): -2117226 or 9875935. OLE color: 9875935.
HSL color Cylindrical-coordinate representation of color #DFB196: hue angle of 22.19º degrees, saturation: 0.53, 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 #DFB196 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 150 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.13 |
| HSL | 22.19º | 0.53% | 0.73% | - |
| HSV(B) | 22.19º | 0.33% | 0.87% | - |
| XYZ | 51.66 | 49.33 | 35.65 | - |
| YUV | 187.68 | 106.74 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 150 | 0 | 0.21 | 0.33 | 0.13 | 22.19 | 0.53 | 0.73 |
| Hex | DF | B1 | 96 | 0 | 15 | 21 | D | 16 | 35 | 49 |
| Octal | 337 | 261 | 226 | 0 | 25 | 41 | 15 | 26 | 65 | 111 |
| Binary | 11011111 | 10110001 | 10010110 | 0 | 10101 | 100001 | 1101 | 10110 | 110101 | 1001001 |
Color Harmonies of #DFB196
Complementary color
Monochromatic Colors of #DFB196
Black with #DFB196
Text Example
Text Example
White with #DFB196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB196; }
p { color: rgb(223,177,150); }
H1.HeaderClassName
{
color: #DFB196;
}
.AnyTagClassName
{
color: #DFB196;
}
</style>
background-color css
<style>
a { background-color: #DFB196; }
a { background-color: rgb(223,177,150); }
div.DivClassName
{
background-color: #DFB196;
}
.BgClassName
{
background-color: #DFB196;
}
</style>
border-color css
<style>
span { border-color: #DFB196; }
span { border-color: rgb(223,177,150); }
td.TdClassName
{
border-color: #DFB196;
}
.TagClassName
{
border-color: #DFB196;
}
</style>