Shades of Pancho #DFB995
Tints of Pancho #DFB995
RGB
CMYK
RGB Variations
Color information
#DFB995 (or 0xDFB995) is known color: Pancho. HEX triplet: DF, B9 and 95. RGB value is (223,185,149). Sum of RGB (Red+Green+Blue) = 223+185+149=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB995 is #20466A. Grayscale: #C0C0C0. Windows color (decimal): -2115179 or 9812447. OLE color: 9812447.
HSL color Cylindrical-coordinate representation of color #DFB995: hue angle of 29.19º 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 #DFB995 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 149 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.13 |
| HSL | 29.19º | 0.54% | 0.73% | - |
| HSV(B) | 29.19º | 0.33% | 0.87% | - |
| XYZ | 53.21 | 52.56 | 35.77 | - |
| YUV | 192.26 | 103.59 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 149 | 0 | 0.17 | 0.33 | 0.13 | 29.19 | 0.54 | 0.73 |
| Hex | DF | B9 | 95 | 0 | 11 | 21 | D | 1D | 36 | 49 |
| Octal | 337 | 271 | 225 | 0 | 21 | 41 | 15 | 35 | 66 | 111 |
| Binary | 11011111 | 10111001 | 10010101 | 0 | 10001 | 100001 | 1101 | 11101 | 110110 | 1001001 |
Color Harmonies of #DFB995
Complementary color
Monochromatic Colors of #DFB995
Black with #DFB995
Text Example
Text Example
White with #DFB995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB995; }
p { color: rgb(223,185,149); }
H1.HeaderClassName
{
color: #DFB995;
}
.AnyTagClassName
{
color: #DFB995;
}
</style>
background-color css
<style>
a { background-color: #DFB995; }
a { background-color: rgb(223,185,149); }
div.DivClassName
{
background-color: #DFB995;
}
.BgClassName
{
background-color: #DFB995;
}
</style>
border-color css
<style>
span { border-color: #DFB995; }
span { border-color: rgb(223,185,149); }
td.TdClassName
{
border-color: #DFB995;
}
.TagClassName
{
border-color: #DFB995;
}
</style>