Shades of Pancho #DCBC95
Tints of Pancho #DCBC95
RGB
CMYK
RGB Variations
Color information
#DCBC95 (or 0xDCBC95) is known color: Pancho. HEX triplet: DC, BC and 95. RGB value is (220,188,149). Sum of RGB (Red+Green+Blue) = 220+188+149=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC95 is #23436A. Grayscale: #C1C1C1. Windows color (decimal): -2311019 or 9813212. OLE color: 9813212.
HSL color Cylindrical-coordinate representation of color #DCBC95: hue angle of 32.96º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCBC95 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 149 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.14 |
| HSL | 32.96º | 0.5% | 0.72% | - |
| HSV(B) | 32.96º | 0.32% | 0.86% | - |
| XYZ | 52.92 | 53.35 | 35.94 | - |
| YUV | 193.12 | 103.1 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 149 | 0 | 0.15 | 0.32 | 0.14 | 32.96 | 0.5 | 0.72 |
| Hex | DC | BC | 95 | 0 | F | 20 | E | 21 | 32 | 48 |
| Octal | 334 | 274 | 225 | 0 | 17 | 40 | 16 | 41 | 62 | 110 |
| Binary | 11011100 | 10111100 | 10010101 | 0 | 1111 | 100000 | 1110 | 100001 | 110010 | 1001000 |
Color Harmonies of #DCBC95
Complementary color
Monochromatic Colors of #DCBC95
Black with #DCBC95
Text Example
Text Example
White with #DCBC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC95; }
p { color: rgb(220,188,149); }
H1.HeaderClassName
{
color: #DCBC95;
}
.AnyTagClassName
{
color: #DCBC95;
}
</style>
background-color css
<style>
a { background-color: #DCBC95; }
a { background-color: rgb(220,188,149); }
div.DivClassName
{
background-color: #DCBC95;
}
.BgClassName
{
background-color: #DCBC95;
}
</style>
border-color css
<style>
span { border-color: #DCBC95; }
span { border-color: rgb(220,188,149); }
td.TdClassName
{
border-color: #DCBC95;
}
.TagClassName
{
border-color: #DCBC95;
}
</style>