Shades of Pancho #DCC193
Tints of Pancho #DCC193
RGB
CMYK
RGB Variations
Color information
#DCC193 (or 0xDCC193) is known color: Pancho. HEX triplet: DC, C1 and 93. RGB value is (220,193,147). Sum of RGB (Red+Green+Blue) = 220+193+147=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC193 is #233E6C. Grayscale: #C4C4C4. Windows color (decimal): -2309741 or 9683420. OLE color: 9683420.
HSL color Cylindrical-coordinate representation of color #DCC193: hue angle of 37.81º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCC193 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 147 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.14 |
| HSL | 37.81º | 0.51% | 0.72% | - |
| HSV(B) | 37.81º | 0.33% | 0.86% | - |
| XYZ | 53.85 | 55.46 | 35.47 | - |
| YUV | 195.83 | 100.45 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 147 | 0 | 0.12 | 0.33 | 0.14 | 37.81 | 0.51 | 0.72 |
| Hex | DC | C1 | 93 | 0 | C | 21 | E | 26 | 33 | 48 |
| Octal | 334 | 301 | 223 | 0 | 14 | 41 | 16 | 46 | 63 | 110 |
| Binary | 11011100 | 11000001 | 10010011 | 0 | 1100 | 100001 | 1110 | 100110 | 110011 | 1001000 |
Color Harmonies of #DCC193
Complementary color
Monochromatic Colors of #DCC193
Black with #DCC193
Text Example
Text Example
White with #DCC193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC193; }
p { color: rgb(220,193,147); }
H1.HeaderClassName
{
color: #DCC193;
}
.AnyTagClassName
{
color: #DCC193;
}
</style>
background-color css
<style>
a { background-color: #DCC193; }
a { background-color: rgb(220,193,147); }
div.DivClassName
{
background-color: #DCC193;
}
.BgClassName
{
background-color: #DCC193;
}
</style>
border-color css
<style>
span { border-color: #DCC193; }
span { border-color: rgb(220,193,147); }
td.TdClassName
{
border-color: #DCC193;
}
.TagClassName
{
border-color: #DCC193;
}
</style>