Shades of Pancho #DCB293
Tints of Pancho #DCB293
RGB
CMYK
RGB Variations
Color information
#DCB293 (or 0xDCB293) is known color: Pancho. HEX triplet: DC, B2 and 93. RGB value is (220,178,147). Sum of RGB (Red+Green+Blue) = 220+178+147=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB293 is #234D6C. Grayscale: #BBBBBB. Windows color (decimal): -2313581 or 9679580. OLE color: 9679580.
HSL color Cylindrical-coordinate representation of color #DCB293: hue angle of 25.48º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCB293 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 147 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.14 |
| HSL | 25.48º | 0.51% | 0.72% | - |
| HSV(B) | 25.48º | 0.33% | 0.86% | - |
| XYZ | 50.7 | 49.16 | 34.42 | - |
| YUV | 187.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 147 | 0 | 0.19 | 0.33 | 0.14 | 25.48 | 0.51 | 0.72 |
| Hex | DC | B2 | 93 | 0 | 13 | 21 | E | 19 | 33 | 48 |
| Octal | 334 | 262 | 223 | 0 | 23 | 41 | 16 | 31 | 63 | 110 |
| Binary | 11011100 | 10110010 | 10010011 | 0 | 10011 | 100001 | 1110 | 11001 | 110011 | 1001000 |
Color Harmonies of #DCB293
Complementary color
Monochromatic Colors of #DCB293
Black with #DCB293
Text Example
Text Example
White with #DCB293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB293; }
p { color: rgb(220,178,147); }
H1.HeaderClassName
{
color: #DCB293;
}
.AnyTagClassName
{
color: #DCB293;
}
</style>
background-color css
<style>
a { background-color: #DCB293; }
a { background-color: rgb(220,178,147); }
div.DivClassName
{
background-color: #DCB293;
}
.BgClassName
{
background-color: #DCB293;
}
</style>
border-color css
<style>
span { border-color: #DCB293; }
span { border-color: rgb(220,178,147); }
td.TdClassName
{
border-color: #DCB293;
}
.TagClassName
{
border-color: #DCB293;
}
</style>