Shades of Pancho #DFC293
Tints of Pancho #DFC293
RGB
CMYK
RGB Variations
Color information
#DFC293 (or 0xDFC293) is known color: Pancho. HEX triplet: DF, C2 and 93. RGB value is (223,194,147). Sum of RGB (Red+Green+Blue) = 223+194+147=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 147 (57.81% from 255 or 26.06% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC293 is #203D6C. Grayscale: #C5C5C5. Windows color (decimal): -2112877 or 9683679. OLE color: 9683679.
HSL color Cylindrical-coordinate representation of color #DFC293: hue angle of 37.11º 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 #DFC293 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 147 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.13 |
| HSL | 37.11º | 0.54% | 0.73% | - |
| HSV(B) | 37.11º | 0.34% | 0.87% | - |
| XYZ | 54.99 | 56.38 | 35.59 | - |
| YUV | 197.31 | 99.61 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 147 | 0 | 0.13 | 0.34 | 0.13 | 37.11 | 0.54 | 0.73 |
| Hex | DF | C2 | 93 | 0 | D | 22 | D | 25 | 36 | 49 |
| Octal | 337 | 302 | 223 | 0 | 15 | 42 | 15 | 45 | 66 | 111 |
| Binary | 11011111 | 11000010 | 10010011 | 0 | 1101 | 100010 | 1101 | 100101 | 110110 | 1001001 |
Color Harmonies of #DFC293
Complementary color
Monochromatic Colors of #DFC293
Black with #DFC293
Text Example
Text Example
White with #DFC293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC293; }
p { color: rgb(223,194,147); }
H1.HeaderClassName
{
color: #DFC293;
}
.AnyTagClassName
{
color: #DFC293;
}
</style>
background-color css
<style>
a { background-color: #DFC293; }
a { background-color: rgb(223,194,147); }
div.DivClassName
{
background-color: #DFC293;
}
.BgClassName
{
background-color: #DFC293;
}
</style>
border-color css
<style>
span { border-color: #DFC293; }
span { border-color: rgb(223,194,147); }
td.TdClassName
{
border-color: #DFC293;
}
.TagClassName
{
border-color: #DFC293;
}
</style>