Shades of Pancho #DFC096
Tints of Pancho #DFC096
RGB
CMYK
RGB Variations
Color information
#DFC096 (or 0xDFC096) is known color: Pancho. HEX triplet: DF, C0 and 96. RGB value is (223,192,150). Sum of RGB (Red+Green+Blue) = 223+192+150=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC096 is #203F69. Grayscale: #C4C4C4. Windows color (decimal): -2113386 or 9879775. OLE color: 9879775.
HSL color Cylindrical-coordinate representation of color #DFC096: hue angle of 34.52º 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 #DFC096 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 150 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.13 |
| HSL | 34.52º | 0.53% | 0.73% | - |
| HSV(B) | 34.52º | 0.33% | 0.87% | - |
| XYZ | 54.79 | 55.59 | 36.7 | - |
| YUV | 196.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 150 | 0 | 0.14 | 0.33 | 0.13 | 34.52 | 0.53 | 0.73 |
| Hex | DF | C0 | 96 | 0 | E | 21 | D | 23 | 35 | 49 |
| Octal | 337 | 300 | 226 | 0 | 16 | 41 | 15 | 43 | 65 | 111 |
| Binary | 11011111 | 11000000 | 10010110 | 0 | 1110 | 100001 | 1101 | 100011 | 110101 | 1001001 |
Color Harmonies of #DFC096
Complementary color
Monochromatic Colors of #DFC096
Black with #DFC096
Text Example
Text Example
White with #DFC096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC096; }
p { color: rgb(223,192,150); }
H1.HeaderClassName
{
color: #DFC096;
}
.AnyTagClassName
{
color: #DFC096;
}
</style>
background-color css
<style>
a { background-color: #DFC096; }
a { background-color: rgb(223,192,150); }
div.DivClassName
{
background-color: #DFC096;
}
.BgClassName
{
background-color: #DFC096;
}
</style>
border-color css
<style>
span { border-color: #DFC096; }
span { border-color: rgb(223,192,150); }
td.TdClassName
{
border-color: #DFC096;
}
.TagClassName
{
border-color: #DFC096;
}
</style>