Shades of Pancho #DFC196
Tints of Pancho #DFC196
RGB
CMYK
RGB Variations
Color information
#DFC196 (or 0xDFC196) is known color: Pancho. HEX triplet: DF, C1 and 96. RGB value is (223,193,150). Sum of RGB (Red+Green+Blue) = 223+193+150=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC196 is #203E69. Grayscale: #C5C5C5. Windows color (decimal): -2113130 or 9880031. OLE color: 9880031.
HSL color Cylindrical-coordinate representation of color #DFC196: hue angle of 35.34º 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 #DFC196 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 150 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.13 |
| HSL | 35.34º | 0.53% | 0.73% | - |
| HSV(B) | 35.34º | 0.33% | 0.87% | - |
| XYZ | 55.01 | 56.03 | 36.77 | - |
| YUV | 197.07 | 101.44 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 150 | 0 | 0.13 | 0.33 | 0.13 | 35.34 | 0.53 | 0.73 |
| Hex | DF | C1 | 96 | 0 | D | 21 | D | 23 | 35 | 49 |
| Octal | 337 | 301 | 226 | 0 | 15 | 41 | 15 | 43 | 65 | 111 |
| Binary | 11011111 | 11000001 | 10010110 | 0 | 1101 | 100001 | 1101 | 100011 | 110101 | 1001001 |
Color Harmonies of #DFC196
Complementary color
Monochromatic Colors of #DFC196
Black with #DFC196
Text Example
Text Example
White with #DFC196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC196; }
p { color: rgb(223,193,150); }
H1.HeaderClassName
{
color: #DFC196;
}
.AnyTagClassName
{
color: #DFC196;
}
</style>
background-color css
<style>
a { background-color: #DFC196; }
a { background-color: rgb(223,193,150); }
div.DivClassName
{
background-color: #DFC196;
}
.BgClassName
{
background-color: #DFC196;
}
</style>
border-color css
<style>
span { border-color: #DFC196; }
span { border-color: rgb(223,193,150); }
td.TdClassName
{
border-color: #DFC196;
}
.TagClassName
{
border-color: #DFC196;
}
</style>