Shades of Pancho #DCB695
Tints of Pancho #DCB695
RGB
CMYK
RGB Variations
Color information
#DCB695 (or 0xDCB695) is known color: Pancho. HEX triplet: DC, B6 and 95. RGB value is (220,182,149). Sum of RGB (Red+Green+Blue) = 220+182+149=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB695 is #23496A. Grayscale: #BDBDBD. Windows color (decimal): -2312555 or 9811676. OLE color: 9811676.
HSL color Cylindrical-coordinate representation of color #DCB695: hue angle of 27.89º 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 #DCB695 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 149 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.14 |
| HSL | 27.89º | 0.5% | 0.72% | - |
| HSV(B) | 27.89º | 0.32% | 0.86% | - |
| XYZ | 51.67 | 50.84 | 35.52 | - |
| YUV | 189.6 | 105.09 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 149 | 0 | 0.17 | 0.32 | 0.14 | 27.89 | 0.5 | 0.72 |
| Hex | DC | B6 | 95 | 0 | 11 | 20 | E | 1C | 32 | 48 |
| Octal | 334 | 266 | 225 | 0 | 21 | 40 | 16 | 34 | 62 | 110 |
| Binary | 11011100 | 10110110 | 10010101 | 0 | 10001 | 100000 | 1110 | 11100 | 110010 | 1001000 |
Color Harmonies of #DCB695
Complementary color
Monochromatic Colors of #DCB695
Black with #DCB695
Text Example
Text Example
White with #DCB695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB695; }
p { color: rgb(220,182,149); }
H1.HeaderClassName
{
color: #DCB695;
}
.AnyTagClassName
{
color: #DCB695;
}
</style>
background-color css
<style>
a { background-color: #DCB695; }
a { background-color: rgb(220,182,149); }
div.DivClassName
{
background-color: #DCB695;
}
.BgClassName
{
background-color: #DCB695;
}
</style>
border-color css
<style>
span { border-color: #DCB695; }
span { border-color: rgb(220,182,149); }
td.TdClassName
{
border-color: #DCB695;
}
.TagClassName
{
border-color: #DCB695;
}
</style>