Shades of Pancho #DCBC92
Tints of Pancho #DCBC92
RGB
CMYK
RGB Variations
Color information
#DCBC92 (or 0xDCBC92) is known color: Pancho. HEX triplet: DC, BC and 92. RGB value is (220,188,146). Sum of RGB (Red+Green+Blue) = 220+188+146=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC92 is #23436D. Grayscale: #C0C0C0. Windows color (decimal): -2311022 or 9616604. OLE color: 9616604.
HSL color Cylindrical-coordinate representation of color #DCBC92: hue angle of 34.05º 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 #DCBC92 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 146 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.14 |
| HSL | 34.05º | 0.51% | 0.72% | - |
| HSV(B) | 34.05º | 0.34% | 0.86% | - |
| XYZ | 52.69 | 53.26 | 34.7 | - |
| YUV | 192.78 | 101.6 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 146 | 0 | 0.15 | 0.34 | 0.14 | 34.05 | 0.51 | 0.72 |
| Hex | DC | BC | 92 | 0 | F | 22 | E | 22 | 33 | 48 |
| Octal | 334 | 274 | 222 | 0 | 17 | 42 | 16 | 42 | 63 | 110 |
| Binary | 11011100 | 10111100 | 10010010 | 0 | 1111 | 100010 | 1110 | 100010 | 110011 | 1001000 |
Color Harmonies of #DCBC92
Complementary color
Monochromatic Colors of #DCBC92
Black with #DCBC92
Text Example
Text Example
White with #DCBC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC92; }
p { color: rgb(220,188,146); }
H1.HeaderClassName
{
color: #DCBC92;
}
.AnyTagClassName
{
color: #DCBC92;
}
</style>
background-color css
<style>
a { background-color: #DCBC92; }
a { background-color: rgb(220,188,146); }
div.DivClassName
{
background-color: #DCBC92;
}
.BgClassName
{
background-color: #DCBC92;
}
</style>
border-color css
<style>
span { border-color: #DCBC92; }
span { border-color: rgb(220,188,146); }
td.TdClassName
{
border-color: #DCBC92;
}
.TagClassName
{
border-color: #DCBC92;
}
</style>