Shades of Pancho #DCB791
Tints of Pancho #DCB791
RGB
CMYK
RGB Variations
Color information
#DCB791 (or 0xDCB791) is known color: Pancho. HEX triplet: DC, B7 and 91. RGB value is (220,183,145). Sum of RGB (Red+Green+Blue) = 220+183+145=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 145 (57.03% from 255 or 26.46% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB791 is #23486E. Grayscale: #BDBDBD. Windows color (decimal): -2312303 or 9549788. OLE color: 9549788.
HSL color Cylindrical-coordinate representation of color #DCB791: hue angle of 30.4º degrees, saturation: 0.52, 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 #DCB791 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 145 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.14 |
| HSL | 30.4º | 0.52% | 0.72% | - |
| HSV(B) | 30.4º | 0.34% | 0.86% | - |
| XYZ | 51.56 | 51.13 | 33.94 | - |
| YUV | 189.73 | 102.76 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 145 | 0 | 0.17 | 0.34 | 0.14 | 30.4 | 0.52 | 0.72 |
| Hex | DC | B7 | 91 | 0 | 11 | 22 | E | 1E | 34 | 48 |
| Octal | 334 | 267 | 221 | 0 | 21 | 42 | 16 | 36 | 64 | 110 |
| Binary | 11011100 | 10110111 | 10010001 | 0 | 10001 | 100010 | 1110 | 11110 | 110100 | 1001000 |
Color Harmonies of #DCB791
Complementary color
Monochromatic Colors of #DCB791
Black with #DCB791
Text Example
Text Example
White with #DCB791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB791; }
p { color: rgb(220,183,145); }
H1.HeaderClassName
{
color: #DCB791;
}
.AnyTagClassName
{
color: #DCB791;
}
</style>
background-color css
<style>
a { background-color: #DCB791; }
a { background-color: rgb(220,183,145); }
div.DivClassName
{
background-color: #DCB791;
}
.BgClassName
{
background-color: #DCB791;
}
</style>
border-color css
<style>
span { border-color: #DCB791; }
span { border-color: rgb(220,183,145); }
td.TdClassName
{
border-color: #DCB791;
}
.TagClassName
{
border-color: #DCB791;
}
</style>