Shades of Pancho #DFB191
Tints of Pancho #DFB191
RGB
CMYK
RGB Variations
Color information
#DFB191 (or 0xDFB191) is known color: Pancho. HEX triplet: DF, B1 and 91. RGB value is (223,177,145). Sum of RGB (Red+Green+Blue) = 223+177+145=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB191 is #204E6E. Grayscale: #BBBBBB. Windows color (decimal): -2117231 or 9548255. OLE color: 9548255.
HSL color Cylindrical-coordinate representation of color #DFB191: hue angle of 24.62º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFB191 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 145 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.13 |
| HSL | 24.62º | 0.55% | 0.72% | - |
| HSV(B) | 24.62º | 0.35% | 0.87% | - |
| XYZ | 51.26 | 49.18 | 33.58 | - |
| YUV | 187.11 | 104.24 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 145 | 0 | 0.21 | 0.35 | 0.13 | 24.62 | 0.55 | 0.72 |
| Hex | DF | B1 | 91 | 0 | 15 | 23 | D | 19 | 37 | 48 |
| Octal | 337 | 261 | 221 | 0 | 25 | 43 | 15 | 31 | 67 | 110 |
| Binary | 11011111 | 10110001 | 10010001 | 0 | 10101 | 100011 | 1101 | 11001 | 110111 | 1001000 |
Color Harmonies of #DFB191
Complementary color
Monochromatic Colors of #DFB191
Black with #DFB191
Text Example
Text Example
White with #DFB191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB191; }
p { color: rgb(223,177,145); }
H1.HeaderClassName
{
color: #DFB191;
}
.AnyTagClassName
{
color: #DFB191;
}
</style>
background-color css
<style>
a { background-color: #DFB191; }
a { background-color: rgb(223,177,145); }
div.DivClassName
{
background-color: #DFB191;
}
.BgClassName
{
background-color: #DFB191;
}
</style>
border-color css
<style>
span { border-color: #DFB191; }
span { border-color: rgb(223,177,145); }
td.TdClassName
{
border-color: #DFB191;
}
.TagClassName
{
border-color: #DFB191;
}
</style>