Shades of Pancho #DCBC96
Tints of Pancho #DCBC96
RGB
CMYK
RGB Variations
Color information
#DCBC96 (or 0xDCBC96) is known color: Pancho. HEX triplet: DC, BC and 96. RGB value is (220,188,150). Sum of RGB (Red+Green+Blue) = 220+188+150=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC96 is #234369. Grayscale: #C1C1C1. Windows color (decimal): -2311018 or 9878748. OLE color: 9878748.
HSL color Cylindrical-coordinate representation of color #DCBC96: hue angle of 32.57º 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 #DCBC96 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 150 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.14 |
| HSL | 32.57º | 0.5% | 0.73% | - |
| HSV(B) | 32.57º | 0.32% | 0.86% | - |
| XYZ | 53 | 53.38 | 36.36 | - |
| YUV | 193.24 | 103.6 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 150 | 0 | 0.15 | 0.32 | 0.14 | 32.57 | 0.5 | 0.73 |
| Hex | DC | BC | 96 | 0 | F | 20 | E | 21 | 32 | 49 |
| Octal | 334 | 274 | 226 | 0 | 17 | 40 | 16 | 41 | 62 | 111 |
| Binary | 11011100 | 10111100 | 10010110 | 0 | 1111 | 100000 | 1110 | 100001 | 110010 | 1001001 |
Color Harmonies of #DCBC96
Complementary color
Monochromatic Colors of #DCBC96
Black with #DCBC96
Text Example
Text Example
White with #DCBC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC96; }
p { color: rgb(220,188,150); }
H1.HeaderClassName
{
color: #DCBC96;
}
.AnyTagClassName
{
color: #DCBC96;
}
</style>
background-color css
<style>
a { background-color: #DCBC96; }
a { background-color: rgb(220,188,150); }
div.DivClassName
{
background-color: #DCBC96;
}
.BgClassName
{
background-color: #DCBC96;
}
</style>
border-color css
<style>
span { border-color: #DCBC96; }
span { border-color: rgb(220,188,150); }
td.TdClassName
{
border-color: #DCBC96;
}
.TagClassName
{
border-color: #DCBC96;
}
</style>