Shades of Pancho #DCB992
Tints of Pancho #DCB992
RGB
CMYK
RGB Variations
Color information
#DCB992 (or 0xDCB992) is known color: Pancho. HEX triplet: DC, B9 and 92. RGB value is (220,185,146). Sum of RGB (Red+Green+Blue) = 220+185+146=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB992 is #23466D. Grayscale: #BFBFBF. Windows color (decimal): -2311790 or 9615836. OLE color: 9615836.
HSL color Cylindrical-coordinate representation of color #DCB992: hue angle of 31.62º 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 #DCB992 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 146 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.14 |
| HSL | 31.62º | 0.51% | 0.72% | - |
| HSV(B) | 31.62º | 0.34% | 0.86% | - |
| XYZ | 52.05 | 51.99 | 34.49 | - |
| YUV | 191.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 146 | 0 | 0.16 | 0.34 | 0.14 | 31.62 | 0.51 | 0.72 |
| Hex | DC | B9 | 92 | 0 | 10 | 22 | E | 20 | 33 | 48 |
| Octal | 334 | 271 | 222 | 0 | 20 | 42 | 16 | 40 | 63 | 110 |
| Binary | 11011100 | 10111001 | 10010010 | 0 | 10000 | 100010 | 1110 | 100000 | 110011 | 1001000 |
Color Harmonies of #DCB992
Complementary color
Monochromatic Colors of #DCB992
Black with #DCB992
Text Example
Text Example
White with #DCB992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB992; }
p { color: rgb(220,185,146); }
H1.HeaderClassName
{
color: #DCB992;
}
.AnyTagClassName
{
color: #DCB992;
}
</style>
background-color css
<style>
a { background-color: #DCB992; }
a { background-color: rgb(220,185,146); }
div.DivClassName
{
background-color: #DCB992;
}
.BgClassName
{
background-color: #DCB992;
}
</style>
border-color css
<style>
span { border-color: #DCB992; }
span { border-color: rgb(220,185,146); }
td.TdClassName
{
border-color: #DCB992;
}
.TagClassName
{
border-color: #DCB992;
}
</style>