Shades of Pancho #DFC194
Tints of Pancho #DFC194
RGB
CMYK
RGB Variations
Color information
#DFC194 (or 0xDFC194) is known color: Pancho. HEX triplet: DF, C1 and 94. RGB value is (223,193,148). Sum of RGB (Red+Green+Blue) = 223+193+148=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC194 is #203E6B. Grayscale: #C5C5C5. Windows color (decimal): -2113132 or 9748959. OLE color: 9748959.
HSL color Cylindrical-coordinate representation of color #DFC194: hue angle of 36º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFC194 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 148 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.13 |
| HSL | 36º | 0.54% | 0.73% | - |
| HSV(B) | 36º | 0.34% | 0.87% | - |
| XYZ | 54.85 | 55.97 | 35.93 | - |
| YUV | 196.84 | 100.44 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 148 | 0 | 0.13 | 0.34 | 0.13 | 36 | 0.54 | 0.73 |
| Hex | DF | C1 | 94 | 0 | D | 22 | D | 24 | 36 | 49 |
| Octal | 337 | 301 | 224 | 0 | 15 | 42 | 15 | 44 | 66 | 111 |
| Binary | 11011111 | 11000001 | 10010100 | 0 | 1101 | 100010 | 1101 | 100100 | 110110 | 1001001 |
Color Harmonies of #DFC194
Complementary color
Monochromatic Colors of #DFC194
Black with #DFC194
Text Example
Text Example
White with #DFC194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC194; }
p { color: rgb(223,193,148); }
H1.HeaderClassName
{
color: #DFC194;
}
.AnyTagClassName
{
color: #DFC194;
}
</style>
background-color css
<style>
a { background-color: #DFC194; }
a { background-color: rgb(223,193,148); }
div.DivClassName
{
background-color: #DFC194;
}
.BgClassName
{
background-color: #DFC194;
}
</style>
border-color css
<style>
span { border-color: #DFC194; }
span { border-color: rgb(223,193,148); }
td.TdClassName
{
border-color: #DFC194;
}
.TagClassName
{
border-color: #DFC194;
}
</style>