Shades of Pancho #DCB794
Tints of Pancho #DCB794
RGB
CMYK
RGB Variations
Color information
#DCB794 (or 0xDCB794) is known color: Pancho. HEX triplet: DC, B7 and 94. RGB value is (220,183,148). Sum of RGB (Red+Green+Blue) = 220+183+148=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB794 is #23486B. Grayscale: #BEBEBE. Windows color (decimal): -2312300 or 9746396. OLE color: 9746396.
HSL color Cylindrical-coordinate representation of color #DCB794: hue angle of 29.17º 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 #DCB794 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 148 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.14 |
| HSL | 29.17º | 0.51% | 0.72% | - |
| HSV(B) | 29.17º | 0.33% | 0.86% | - |
| XYZ | 51.79 | 51.22 | 35.17 | - |
| YUV | 190.07 | 104.26 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 148 | 0 | 0.17 | 0.33 | 0.14 | 29.17 | 0.51 | 0.72 |
| Hex | DC | B7 | 94 | 0 | 11 | 21 | E | 1D | 33 | 48 |
| Octal | 334 | 267 | 224 | 0 | 21 | 41 | 16 | 35 | 63 | 110 |
| Binary | 11011100 | 10110111 | 10010100 | 0 | 10001 | 100001 | 1110 | 11101 | 110011 | 1001000 |
Color Harmonies of #DCB794
Complementary color
Monochromatic Colors of #DCB794
Black with #DCB794
Text Example
Text Example
White with #DCB794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB794; }
p { color: rgb(220,183,148); }
H1.HeaderClassName
{
color: #DCB794;
}
.AnyTagClassName
{
color: #DCB794;
}
</style>
background-color css
<style>
a { background-color: #DCB794; }
a { background-color: rgb(220,183,148); }
div.DivClassName
{
background-color: #DCB794;
}
.BgClassName
{
background-color: #DCB794;
}
</style>
border-color css
<style>
span { border-color: #DCB794; }
span { border-color: rgb(220,183,148); }
td.TdClassName
{
border-color: #DCB794;
}
.TagClassName
{
border-color: #DCB794;
}
</style>