Shades of Pancho #DCBE92
Tints of Pancho #DCBE92
RGB
CMYK
RGB Variations
Color information
#DCBE92 (or 0xDCBE92) is known color: Pancho. HEX triplet: DC, BE and 92. RGB value is (220,190,146). Sum of RGB (Red+Green+Blue) = 220+190+146=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 146 (57.42% from 255 or 26.26% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE92 is #23416D. Grayscale: #C2C2C2. Windows color (decimal): -2310510 or 9617116. OLE color: 9617116.
HSL color Cylindrical-coordinate representation of color #DCBE92: hue angle of 35.68º degrees, saturation: 0.51, 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 #DCBE92 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 146 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.14 |
| HSL | 35.68º | 0.51% | 0.72% | - |
| HSV(B) | 35.68º | 0.34% | 0.86% | - |
| XYZ | 53.12 | 54.12 | 34.84 | - |
| YUV | 193.95 | 100.94 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 146 | 0 | 0.14 | 0.34 | 0.14 | 35.68 | 0.51 | 0.72 |
| Hex | DC | BE | 92 | 0 | E | 22 | E | 24 | 33 | 48 |
| Octal | 334 | 276 | 222 | 0 | 16 | 42 | 16 | 44 | 63 | 110 |
| Binary | 11011100 | 10111110 | 10010010 | 0 | 1110 | 100010 | 1110 | 100100 | 110011 | 1001000 |
Color Harmonies of #DCBE92
Complementary color
Monochromatic Colors of #DCBE92
Black with #DCBE92
Text Example
Text Example
White with #DCBE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE92; }
p { color: rgb(220,190,146); }
H1.HeaderClassName
{
color: #DCBE92;
}
.AnyTagClassName
{
color: #DCBE92;
}
</style>
background-color css
<style>
a { background-color: #DCBE92; }
a { background-color: rgb(220,190,146); }
div.DivClassName
{
background-color: #DCBE92;
}
.BgClassName
{
background-color: #DCBE92;
}
</style>
border-color css
<style>
span { border-color: #DCBE92; }
span { border-color: rgb(220,190,146); }
td.TdClassName
{
border-color: #DCBE92;
}
.TagClassName
{
border-color: #DCBE92;
}
</style>