Shades of Pancho #DCB797
Tints of Pancho #DCB797
RGB
CMYK
RGB Variations
Color information
#DCB797 (or 0xDCB797) is known color: Pancho. HEX triplet: DC, B7 and 97. RGB value is (220,183,151). Sum of RGB (Red+Green+Blue) = 220+183+151=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB797 is #234868. Grayscale: #BEBEBE. Windows color (decimal): -2312297 or 9943004. OLE color: 9943004.
HSL color Cylindrical-coordinate representation of color #DCB797: hue angle of 27.83º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCB797 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 151 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.14 |
| HSL | 27.83º | 0.5% | 0.73% | - |
| HSV(B) | 27.83º | 0.31% | 0.86% | - |
| XYZ | 52.03 | 51.32 | 36.44 | - |
| YUV | 190.42 | 105.76 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 151 | 0 | 0.17 | 0.31 | 0.14 | 27.83 | 0.5 | 0.73 |
| Hex | DC | B7 | 97 | 0 | 11 | 1F | E | 1C | 32 | 49 |
| Octal | 334 | 267 | 227 | 0 | 21 | 37 | 16 | 34 | 62 | 111 |
| Binary | 11011100 | 10110111 | 10010111 | 0 | 10001 | 11111 | 1110 | 11100 | 110010 | 1001001 |
Color Harmonies of #DCB797
Complementary color
Monochromatic Colors of #DCB797
Black with #DCB797
Text Example
Text Example
White with #DCB797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB797; }
p { color: rgb(220,183,151); }
H1.HeaderClassName
{
color: #DCB797;
}
.AnyTagClassName
{
color: #DCB797;
}
</style>
background-color css
<style>
a { background-color: #DCB797; }
a { background-color: rgb(220,183,151); }
div.DivClassName
{
background-color: #DCB797;
}
.BgClassName
{
background-color: #DCB797;
}
</style>
border-color css
<style>
span { border-color: #DCB797; }
span { border-color: rgb(220,183,151); }
td.TdClassName
{
border-color: #DCB797;
}
.TagClassName
{
border-color: #DCB797;
}
</style>