Shades of Pancho #DCBA95
Tints of Pancho #DCBA95
RGB
CMYK
RGB Variations
Color information
#DCBA95 (or 0xDCBA95) is known color: Pancho. HEX triplet: DC, BA and 95. RGB value is (220,186,149). Sum of RGB (Red+Green+Blue) = 220+186+149=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBA95 is #23456A. Grayscale: #C0C0C0. Windows color (decimal): -2311531 or 9812700. OLE color: 9812700.
HSL color Cylindrical-coordinate representation of color #DCBA95: hue angle of 31.27º 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 #DCBA95 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 149 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.14 |
| HSL | 31.27º | 0.5% | 0.72% | - |
| HSV(B) | 31.27º | 0.32% | 0.86% | - |
| XYZ | 52.5 | 52.5 | 35.8 | - |
| YUV | 191.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 149 | 0 | 0.15 | 0.32 | 0.14 | 31.27 | 0.5 | 0.72 |
| Hex | DC | BA | 95 | 0 | F | 20 | E | 1F | 32 | 48 |
| Octal | 334 | 272 | 225 | 0 | 17 | 40 | 16 | 37 | 62 | 110 |
| Binary | 11011100 | 10111010 | 10010101 | 0 | 1111 | 100000 | 1110 | 11111 | 110010 | 1001000 |
Color Harmonies of #DCBA95
Complementary color
Monochromatic Colors of #DCBA95
Black with #DCBA95
Text Example
Text Example
White with #DCBA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA95; }
p { color: rgb(220,186,149); }
H1.HeaderClassName
{
color: #DCBA95;
}
.AnyTagClassName
{
color: #DCBA95;
}
</style>
background-color css
<style>
a { background-color: #DCBA95; }
a { background-color: rgb(220,186,149); }
div.DivClassName
{
background-color: #DCBA95;
}
.BgClassName
{
background-color: #DCBA95;
}
</style>
border-color css
<style>
span { border-color: #DCBA95; }
span { border-color: rgb(220,186,149); }
td.TdClassName
{
border-color: #DCBA95;
}
.TagClassName
{
border-color: #DCBA95;
}
</style>