Shades of Pancho #DFC192
Tints of Pancho #DFC192
RGB
CMYK
RGB Variations
Color information
#DFC192 (or 0xDFC192) is known color: Pancho. HEX triplet: DF, C1 and 92. RGB value is (223,193,146). Sum of RGB (Red+Green+Blue) = 223+193+146=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC192 is #203E6D. Grayscale: #C4C4C4. Windows color (decimal): -2113134 or 9617887. OLE color: 9617887.
HSL color Cylindrical-coordinate representation of color #DFC192: hue angle of 36.62º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFC192 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 146 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.13 |
| HSL | 36.62º | 0.55% | 0.72% | - |
| HSV(B) | 36.62º | 0.35% | 0.87% | - |
| XYZ | 54.69 | 55.9 | 35.1 | - |
| YUV | 196.61 | 99.44 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 146 | 0 | 0.13 | 0.35 | 0.13 | 36.62 | 0.55 | 0.72 |
| Hex | DF | C1 | 92 | 0 | D | 23 | D | 25 | 37 | 48 |
| Octal | 337 | 301 | 222 | 0 | 15 | 43 | 15 | 45 | 67 | 110 |
| Binary | 11011111 | 11000001 | 10010010 | 0 | 1101 | 100011 | 1101 | 100101 | 110111 | 1001000 |
Color Harmonies of #DFC192
Complementary color
Monochromatic Colors of #DFC192
Black with #DFC192
Text Example
Text Example
White with #DFC192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC192; }
p { color: rgb(223,193,146); }
H1.HeaderClassName
{
color: #DFC192;
}
.AnyTagClassName
{
color: #DFC192;
}
</style>
background-color css
<style>
a { background-color: #DFC192; }
a { background-color: rgb(223,193,146); }
div.DivClassName
{
background-color: #DFC192;
}
.BgClassName
{
background-color: #DFC192;
}
</style>
border-color css
<style>
span { border-color: #DFC192; }
span { border-color: rgb(223,193,146); }
td.TdClassName
{
border-color: #DFC192;
}
.TagClassName
{
border-color: #DFC192;
}
</style>