Shades of Pancho #DCBA96
Tints of Pancho #DCBA96
RGB
CMYK
RGB Variations
Color information
#DCBA96 (or 0xDCBA96) is known color: Pancho. HEX triplet: DC, BA and 96. RGB value is (220,186,150). Sum of RGB (Red+Green+Blue) = 220+186+150=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBA96 is #234569. Grayscale: #C0C0C0. Windows color (decimal): -2311530 or 9878236. OLE color: 9878236.
HSL color Cylindrical-coordinate representation of color #DCBA96: hue angle of 30.86º 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 #DCBA96 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 150 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.14 |
| HSL | 30.86º | 0.5% | 0.73% | - |
| HSV(B) | 30.86º | 0.32% | 0.86% | - |
| XYZ | 52.58 | 52.54 | 36.22 | - |
| YUV | 192.06 | 104.26 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 150 | 0 | 0.15 | 0.32 | 0.14 | 30.86 | 0.5 | 0.73 |
| Hex | DC | BA | 96 | 0 | F | 20 | E | 1F | 32 | 49 |
| Octal | 334 | 272 | 226 | 0 | 17 | 40 | 16 | 37 | 62 | 111 |
| Binary | 11011100 | 10111010 | 10010110 | 0 | 1111 | 100000 | 1110 | 11111 | 110010 | 1001001 |
Color Harmonies of #DCBA96
Complementary color
Monochromatic Colors of #DCBA96
Black with #DCBA96
Text Example
Text Example
White with #DCBA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA96; }
p { color: rgb(220,186,150); }
H1.HeaderClassName
{
color: #DCBA96;
}
.AnyTagClassName
{
color: #DCBA96;
}
</style>
background-color css
<style>
a { background-color: #DCBA96; }
a { background-color: rgb(220,186,150); }
div.DivClassName
{
background-color: #DCBA96;
}
.BgClassName
{
background-color: #DCBA96;
}
</style>
border-color css
<style>
span { border-color: #DCBA96; }
span { border-color: rgb(220,186,150); }
td.TdClassName
{
border-color: #DCBA96;
}
.TagClassName
{
border-color: #DCBA96;
}
</style>