Shades of Pancho #DFC097
Tints of Pancho #DFC097
RGB
CMYK
RGB Variations
Color information
#DFC097 (or 0xDFC097) is known color: Pancho. HEX triplet: DF, C0 and 97. RGB value is (223,192,151). Sum of RGB (Red+Green+Blue) = 223+192+151=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC097 is #203F68. Grayscale: #C4C4C4. Windows color (decimal): -2113385 or 9945311. OLE color: 9945311.
HSL color Cylindrical-coordinate representation of color #DFC097: hue angle of 34.17º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFC097 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 151 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.13 |
| HSL | 34.17º | 0.53% | 0.73% | - |
| HSV(B) | 34.17º | 0.32% | 0.87% | - |
| XYZ | 54.87 | 55.62 | 37.12 | - |
| YUV | 196.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 151 | 0 | 0.14 | 0.32 | 0.13 | 34.17 | 0.53 | 0.73 |
| Hex | DF | C0 | 97 | 0 | E | 20 | D | 22 | 35 | 49 |
| Octal | 337 | 300 | 227 | 0 | 16 | 40 | 15 | 42 | 65 | 111 |
| Binary | 11011111 | 11000000 | 10010111 | 0 | 1110 | 100000 | 1101 | 100010 | 110101 | 1001001 |
Color Harmonies of #DFC097
Complementary color
Monochromatic Colors of #DFC097
Black with #DFC097
Text Example
Text Example
White with #DFC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC097; }
p { color: rgb(223,192,151); }
H1.HeaderClassName
{
color: #DFC097;
}
.AnyTagClassName
{
color: #DFC097;
}
</style>
background-color css
<style>
a { background-color: #DFC097; }
a { background-color: rgb(223,192,151); }
div.DivClassName
{
background-color: #DFC097;
}
.BgClassName
{
background-color: #DFC097;
}
</style>
border-color css
<style>
span { border-color: #DFC097; }
span { border-color: rgb(223,192,151); }
td.TdClassName
{
border-color: #DFC097;
}
.TagClassName
{
border-color: #DFC097;
}
</style>