Shades of Pancho #DCBA93
Tints of Pancho #DCBA93
RGB
CMYK
RGB Variations
Color information
#DCBA93 (or 0xDCBA93) is known color: Pancho. HEX triplet: DC, BA and 93. RGB value is (220,186,147). Sum of RGB (Red+Green+Blue) = 220+186+147=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBA93 is #23456C. Grayscale: #BFBFBF. Windows color (decimal): -2311533 or 9681628. OLE color: 9681628.
HSL color Cylindrical-coordinate representation of color #DCBA93: hue angle of 32.05º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCBA93 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 147 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.14 |
| HSL | 32.05º | 0.51% | 0.72% | - |
| HSV(B) | 32.05º | 0.33% | 0.86% | - |
| XYZ | 52.34 | 52.44 | 34.97 | - |
| YUV | 191.72 | 102.76 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 147 | 0 | 0.15 | 0.33 | 0.14 | 32.05 | 0.51 | 0.72 |
| Hex | DC | BA | 93 | 0 | F | 21 | E | 20 | 33 | 48 |
| Octal | 334 | 272 | 223 | 0 | 17 | 41 | 16 | 40 | 63 | 110 |
| Binary | 11011100 | 10111010 | 10010011 | 0 | 1111 | 100001 | 1110 | 100000 | 110011 | 1001000 |
Color Harmonies of #DCBA93
Complementary color
Monochromatic Colors of #DCBA93
Black with #DCBA93
Text Example
Text Example
White with #DCBA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA93; }
p { color: rgb(220,186,147); }
H1.HeaderClassName
{
color: #DCBA93;
}
.AnyTagClassName
{
color: #DCBA93;
}
</style>
background-color css
<style>
a { background-color: #DCBA93; }
a { background-color: rgb(220,186,147); }
div.DivClassName
{
background-color: #DCBA93;
}
.BgClassName
{
background-color: #DCBA93;
}
</style>
border-color css
<style>
span { border-color: #DCBA93; }
span { border-color: rgb(220,186,147); }
td.TdClassName
{
border-color: #DCBA93;
}
.TagClassName
{
border-color: #DCBA93;
}
</style>