Shades of Pancho #DCB492
Tints of Pancho #DCB492
RGB
CMYK
RGB Variations
Color information
#DCB492 (or 0xDCB492) is known color: Pancho. HEX triplet: DC, B4 and 92. RGB value is (220,180,146). Sum of RGB (Red+Green+Blue) = 220+180+146=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB492 is #234B6D. Grayscale: #BCBCBC. Windows color (decimal): -2313070 or 9614556. OLE color: 9614556.
HSL color Cylindrical-coordinate representation of color #DCB492: hue angle of 27.57º 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 #DCB492 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 146 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.14 |
| HSL | 27.57º | 0.51% | 0.72% | - |
| HSV(B) | 27.57º | 0.34% | 0.86% | - |
| XYZ | 51.02 | 49.93 | 34.14 | - |
| YUV | 188.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 146 | 0 | 0.18 | 0.34 | 0.14 | 27.57 | 0.51 | 0.72 |
| Hex | DC | B4 | 92 | 0 | 12 | 22 | E | 1C | 33 | 48 |
| Octal | 334 | 264 | 222 | 0 | 22 | 42 | 16 | 34 | 63 | 110 |
| Binary | 11011100 | 10110100 | 10010010 | 0 | 10010 | 100010 | 1110 | 11100 | 110011 | 1001000 |
Color Harmonies of #DCB492
Complementary color
Monochromatic Colors of #DCB492
Black with #DCB492
Text Example
Text Example
White with #DCB492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB492; }
p { color: rgb(220,180,146); }
H1.HeaderClassName
{
color: #DCB492;
}
.AnyTagClassName
{
color: #DCB492;
}
</style>
background-color css
<style>
a { background-color: #DCB492; }
a { background-color: rgb(220,180,146); }
div.DivClassName
{
background-color: #DCB492;
}
.BgClassName
{
background-color: #DCB492;
}
</style>
border-color css
<style>
span { border-color: #DCB492; }
span { border-color: rgb(220,180,146); }
td.TdClassName
{
border-color: #DCB492;
}
.TagClassName
{
border-color: #DCB492;
}
</style>