Shades of Pancho #DCBC94
Tints of Pancho #DCBC94
RGB
CMYK
RGB Variations
Color information
#DCBC94 (or 0xDCBC94) is known color: Pancho. HEX triplet: DC, BC and 94. RGB value is (220,188,148). Sum of RGB (Red+Green+Blue) = 220+188+148=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 148 (58.20% from 255 or 26.62% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC94 is #23436B. Grayscale: #C1C1C1. Windows color (decimal): -2311020 or 9747676. OLE color: 9747676.
HSL color Cylindrical-coordinate representation of color #DCBC94: hue angle of 33.33º 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 #DCBC94 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 148 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.14 |
| HSL | 33.33º | 0.51% | 0.72% | - |
| HSV(B) | 33.33º | 0.33% | 0.86% | - |
| XYZ | 52.84 | 53.32 | 35.52 | - |
| YUV | 193.01 | 102.6 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 148 | 0 | 0.15 | 0.33 | 0.14 | 33.33 | 0.51 | 0.72 |
| Hex | DC | BC | 94 | 0 | F | 21 | E | 21 | 33 | 48 |
| Octal | 334 | 274 | 224 | 0 | 17 | 41 | 16 | 41 | 63 | 110 |
| Binary | 11011100 | 10111100 | 10010100 | 0 | 1111 | 100001 | 1110 | 100001 | 110011 | 1001000 |
Color Harmonies of #DCBC94
Complementary color
Monochromatic Colors of #DCBC94
Black with #DCBC94
Text Example
Text Example
White with #DCBC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC94; }
p { color: rgb(220,188,148); }
H1.HeaderClassName
{
color: #DCBC94;
}
.AnyTagClassName
{
color: #DCBC94;
}
</style>
background-color css
<style>
a { background-color: #DCBC94; }
a { background-color: rgb(220,188,148); }
div.DivClassName
{
background-color: #DCBC94;
}
.BgClassName
{
background-color: #DCBC94;
}
</style>
border-color css
<style>
span { border-color: #DCBC94; }
span { border-color: rgb(220,188,148); }
td.TdClassName
{
border-color: #DCBC94;
}
.TagClassName
{
border-color: #DCBC94;
}
</style>