Shades of Pancho #DCBE91
Tints of Pancho #DCBE91
RGB
CMYK
RGB Variations
Color information
#DCBE91 (or 0xDCBE91) is known color: Pancho. HEX triplet: DC, BE and 91. RGB value is (220,190,145). Sum of RGB (Red+Green+Blue) = 220+190+145=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 145 (57.03% from 255 or 26.13% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE91 is #23416E. Grayscale: #C2C2C2. Windows color (decimal): -2310511 or 9551580. OLE color: 9551580.
HSL color Cylindrical-coordinate representation of color #DCBE91: hue angle of 36º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCBE91 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 145 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.14 |
| HSL | 36º | 0.52% | 0.72% | - |
| HSV(B) | 36º | 0.34% | 0.86% | - |
| XYZ | 53.04 | 54.09 | 34.43 | - |
| YUV | 193.84 | 100.44 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 145 | 0 | 0.14 | 0.34 | 0.14 | 36 | 0.52 | 0.72 |
| Hex | DC | BE | 91 | 0 | E | 22 | E | 24 | 34 | 48 |
| Octal | 334 | 276 | 221 | 0 | 16 | 42 | 16 | 44 | 64 | 110 |
| Binary | 11011100 | 10111110 | 10010001 | 0 | 1110 | 100010 | 1110 | 100100 | 110100 | 1001000 |
Color Harmonies of #DCBE91
Complementary color
Monochromatic Colors of #DCBE91
Black with #DCBE91
Text Example
Text Example
White with #DCBE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE91; }
p { color: rgb(220,190,145); }
H1.HeaderClassName
{
color: #DCBE91;
}
.AnyTagClassName
{
color: #DCBE91;
}
</style>
background-color css
<style>
a { background-color: #DCBE91; }
a { background-color: rgb(220,190,145); }
div.DivClassName
{
background-color: #DCBE91;
}
.BgClassName
{
background-color: #DCBE91;
}
</style>
border-color css
<style>
span { border-color: #DCBE91; }
span { border-color: rgb(220,190,145); }
td.TdClassName
{
border-color: #DCBE91;
}
.TagClassName
{
border-color: #DCBE91;
}
</style>