Shades of Pancho #DCC096
Tints of Pancho #DCC096
RGB
CMYK
RGB Variations
Color information
#DCC096 (or 0xDCC096) is known color: Pancho. HEX triplet: DC, C0 and 96. RGB value is (220,192,150). Sum of RGB (Red+Green+Blue) = 220+192+150=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC096 is #233F69. Grayscale: #C3C3C3. Windows color (decimal): -2309994 or 9879772. OLE color: 9879772.
HSL color Cylindrical-coordinate representation of color #DCC096: hue angle of 36º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCC096 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 150 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.14 |
| HSL | 36º | 0.5% | 0.73% | - |
| HSV(B) | 36º | 0.32% | 0.86% | - |
| XYZ | 53.87 | 55.12 | 36.65 | - |
| YUV | 195.58 | 102.28 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 150 | 0 | 0.13 | 0.32 | 0.14 | 36 | 0.5 | 0.73 |
| Hex | DC | C0 | 96 | 0 | D | 20 | E | 24 | 32 | 49 |
| Octal | 334 | 300 | 226 | 0 | 15 | 40 | 16 | 44 | 62 | 111 |
| Binary | 11011100 | 11000000 | 10010110 | 0 | 1101 | 100000 | 1110 | 100100 | 110010 | 1001001 |
Color Harmonies of #DCC096
Complementary color
Monochromatic Colors of #DCC096
Black with #DCC096
Text Example
Text Example
White with #DCC096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC096; }
p { color: rgb(220,192,150); }
H1.HeaderClassName
{
color: #DCC096;
}
.AnyTagClassName
{
color: #DCC096;
}
</style>
background-color css
<style>
a { background-color: #DCC096; }
a { background-color: rgb(220,192,150); }
div.DivClassName
{
background-color: #DCC096;
}
.BgClassName
{
background-color: #DCC096;
}
</style>
border-color css
<style>
span { border-color: #DCC096; }
span { border-color: rgb(220,192,150); }
td.TdClassName
{
border-color: #DCC096;
}
.TagClassName
{
border-color: #DCC096;
}
</style>