Shades of Pancho #DFB996
Tints of Pancho #DFB996
RGB
CMYK
RGB Variations
Color information
#DFB996 (or 0xDFB996) is known color: Pancho. HEX triplet: DF, B9 and 96. RGB value is (223,185,150). Sum of RGB (Red+Green+Blue) = 223+185+150=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB996 is #204669. Grayscale: #C0C0C0. Windows color (decimal): -2115178 or 9877983. OLE color: 9877983.
HSL color Cylindrical-coordinate representation of color #DFB996: hue angle of 28.77º 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 #DFB996 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 150 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.13 |
| HSL | 28.77º | 0.53% | 0.73% | - |
| HSV(B) | 28.77º | 0.33% | 0.87% | - |
| XYZ | 53.29 | 52.59 | 36.2 | - |
| YUV | 192.37 | 104.09 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 150 | 0 | 0.17 | 0.33 | 0.13 | 28.77 | 0.53 | 0.73 |
| Hex | DF | B9 | 96 | 0 | 11 | 21 | D | 1D | 35 | 49 |
| Octal | 337 | 271 | 226 | 0 | 21 | 41 | 15 | 35 | 65 | 111 |
| Binary | 11011111 | 10111001 | 10010110 | 0 | 10001 | 100001 | 1101 | 11101 | 110101 | 1001001 |
Color Harmonies of #DFB996
Complementary color
Monochromatic Colors of #DFB996
Black with #DFB996
Text Example
Text Example
White with #DFB996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB996; }
p { color: rgb(223,185,150); }
H1.HeaderClassName
{
color: #DFB996;
}
.AnyTagClassName
{
color: #DFB996;
}
</style>
background-color css
<style>
a { background-color: #DFB996; }
a { background-color: rgb(223,185,150); }
div.DivClassName
{
background-color: #DFB996;
}
.BgClassName
{
background-color: #DFB996;
}
</style>
border-color css
<style>
span { border-color: #DFB996; }
span { border-color: rgb(223,185,150); }
td.TdClassName
{
border-color: #DFB996;
}
.TagClassName
{
border-color: #DFB996;
}
</style>