Shades of Pancho #DCC192
Tints of Pancho #DCC192
RGB
CMYK
RGB Variations
Color information
#DCC192 (or 0xDCC192) is known color: Pancho. HEX triplet: DC, C1 and 92. RGB value is (220,193,146). Sum of RGB (Red+Green+Blue) = 220+193+146=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC192 is #233E6D. Grayscale: #C3C3C3. Windows color (decimal): -2309742 or 9617884. OLE color: 9617884.
HSL color Cylindrical-coordinate representation of color #DCC192: hue angle of 38.11º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCC192 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 146 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.14 |
| HSL | 38.11º | 0.51% | 0.72% | - |
| HSV(B) | 38.11º | 0.34% | 0.86% | - |
| XYZ | 53.77 | 55.43 | 35.06 | - |
| YUV | 195.72 | 99.95 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 146 | 0 | 0.12 | 0.34 | 0.14 | 38.11 | 0.51 | 0.72 |
| Hex | DC | C1 | 92 | 0 | C | 22 | E | 26 | 33 | 48 |
| Octal | 334 | 301 | 222 | 0 | 14 | 42 | 16 | 46 | 63 | 110 |
| Binary | 11011100 | 11000001 | 10010010 | 0 | 1100 | 100010 | 1110 | 100110 | 110011 | 1001000 |
Color Harmonies of #DCC192
Complementary color
Monochromatic Colors of #DCC192
Black with #DCC192
Text Example
Text Example
White with #DCC192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC192; }
p { color: rgb(220,193,146); }
H1.HeaderClassName
{
color: #DCC192;
}
.AnyTagClassName
{
color: #DCC192;
}
</style>
background-color css
<style>
a { background-color: #DCC192; }
a { background-color: rgb(220,193,146); }
div.DivClassName
{
background-color: #DCC192;
}
.BgClassName
{
background-color: #DCC192;
}
</style>
border-color css
<style>
span { border-color: #DCC192; }
span { border-color: rgb(220,193,146); }
td.TdClassName
{
border-color: #DCC192;
}
.TagClassName
{
border-color: #DCC192;
}
</style>