Shades of Pancho #DFC197
Tints of Pancho #DFC197
RGB
CMYK
RGB Variations
Color information
#DFC197 (or 0xDFC197) is known color: Pancho. HEX triplet: DF, C1 and 97. RGB value is (223,193,151). Sum of RGB (Red+Green+Blue) = 223+193+151=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 151 (59.38% from 255 or 26.63% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC197 is #203E68. Grayscale: #C5C5C5. Windows color (decimal): -2113129 or 9945567. OLE color: 9945567.
HSL color Cylindrical-coordinate representation of color #DFC197: hue angle of 35º 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 #DFC197 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 151 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.13 |
| HSL | 35º | 0.53% | 0.73% | - |
| HSV(B) | 35º | 0.32% | 0.87% | - |
| XYZ | 55.09 | 56.06 | 37.2 | - |
| YUV | 197.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 151 | 0 | 0.13 | 0.32 | 0.13 | 35 | 0.53 | 0.73 |
| Hex | DF | C1 | 97 | 0 | D | 20 | D | 23 | 35 | 49 |
| Octal | 337 | 301 | 227 | 0 | 15 | 40 | 15 | 43 | 65 | 111 |
| Binary | 11011111 | 11000001 | 10010111 | 0 | 1101 | 100000 | 1101 | 100011 | 110101 | 1001001 |
Color Harmonies of #DFC197
Complementary color
Monochromatic Colors of #DFC197
Black with #DFC197
Text Example
Text Example
White with #DFC197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC197; }
p { color: rgb(223,193,151); }
H1.HeaderClassName
{
color: #DFC197;
}
.AnyTagClassName
{
color: #DFC197;
}
</style>
background-color css
<style>
a { background-color: #DFC197; }
a { background-color: rgb(223,193,151); }
div.DivClassName
{
background-color: #DFC197;
}
.BgClassName
{
background-color: #DFC197;
}
</style>
border-color css
<style>
span { border-color: #DFC197; }
span { border-color: rgb(223,193,151); }
td.TdClassName
{
border-color: #DFC197;
}
.TagClassName
{
border-color: #DFC197;
}
</style>