Shades of Pancho #DCB793
Tints of Pancho #DCB793
RGB
CMYK
RGB Variations
Color information
#DCB793 (or 0xDCB793) is known color: Pancho. HEX triplet: DC, B7 and 93. RGB value is (220,183,147). Sum of RGB (Red+Green+Blue) = 220+183+147=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 147 (57.81% from 255 or 26.73% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB793 is #23486C. Grayscale: #BEBEBE. Windows color (decimal): -2312301 or 9680860. OLE color: 9680860.
HSL color Cylindrical-coordinate representation of color #DCB793: hue angle of 29.59º 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 #DCB793 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 147 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.14 |
| HSL | 29.59º | 0.51% | 0.72% | - |
| HSV(B) | 29.59º | 0.33% | 0.86% | - |
| XYZ | 51.72 | 51.19 | 34.76 | - |
| YUV | 189.96 | 103.76 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 147 | 0 | 0.17 | 0.33 | 0.14 | 29.59 | 0.51 | 0.72 |
| Hex | DC | B7 | 93 | 0 | 11 | 21 | E | 1E | 33 | 48 |
| Octal | 334 | 267 | 223 | 0 | 21 | 41 | 16 | 36 | 63 | 110 |
| Binary | 11011100 | 10110111 | 10010011 | 0 | 10001 | 100001 | 1110 | 11110 | 110011 | 1001000 |
Color Harmonies of #DCB793
Complementary color
Monochromatic Colors of #DCB793
Black with #DCB793
Text Example
Text Example
White with #DCB793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB793; }
p { color: rgb(220,183,147); }
H1.HeaderClassName
{
color: #DCB793;
}
.AnyTagClassName
{
color: #DCB793;
}
</style>
background-color css
<style>
a { background-color: #DCB793; }
a { background-color: rgb(220,183,147); }
div.DivClassName
{
background-color: #DCB793;
}
.BgClassName
{
background-color: #DCB793;
}
</style>
border-color css
<style>
span { border-color: #DCB793; }
span { border-color: rgb(220,183,147); }
td.TdClassName
{
border-color: #DCB793;
}
.TagClassName
{
border-color: #DCB793;
}
</style>