Shades of Pancho #DCBE93
Tints of Pancho #DCBE93
RGB
CMYK
RGB Variations
Color information
#DCBE93 (or 0xDCBE93) is known color: Pancho. HEX triplet: DC, BE and 93. RGB value is (220,190,147). Sum of RGB (Red+Green+Blue) = 220+190+147=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE93 is #23416C. Grayscale: #C2C2C2. Windows color (decimal): -2310509 or 9682652. OLE color: 9682652.
HSL color Cylindrical-coordinate representation of color #DCBE93: hue angle of 35.34º 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 #DCBE93 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 147 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.14 |
| HSL | 35.34º | 0.51% | 0.72% | - |
| HSV(B) | 35.34º | 0.33% | 0.86% | - |
| XYZ | 53.2 | 54.15 | 35.25 | - |
| YUV | 194.07 | 101.44 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 147 | 0 | 0.14 | 0.33 | 0.14 | 35.34 | 0.51 | 0.72 |
| Hex | DC | BE | 93 | 0 | E | 21 | E | 23 | 33 | 48 |
| Octal | 334 | 276 | 223 | 0 | 16 | 41 | 16 | 43 | 63 | 110 |
| Binary | 11011100 | 10111110 | 10010011 | 0 | 1110 | 100001 | 1110 | 100011 | 110011 | 1001000 |
Color Harmonies of #DCBE93
Complementary color
Monochromatic Colors of #DCBE93
Black with #DCBE93
Text Example
Text Example
White with #DCBE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE93; }
p { color: rgb(220,190,147); }
H1.HeaderClassName
{
color: #DCBE93;
}
.AnyTagClassName
{
color: #DCBE93;
}
</style>
background-color css
<style>
a { background-color: #DCBE93; }
a { background-color: rgb(220,190,147); }
div.DivClassName
{
background-color: #DCBE93;
}
.BgClassName
{
background-color: #DCBE93;
}
</style>
border-color css
<style>
span { border-color: #DCBE93; }
span { border-color: rgb(220,190,147); }
td.TdClassName
{
border-color: #DCBE93;
}
.TagClassName
{
border-color: #DCBE93;
}
</style>