Shades of Pancho #DCB79A
Tints of Pancho #DCB79A
RGB
CMYK
RGB Variations
Color information
#DCB79A (or 0xDCB79A) is known color: Pancho. HEX triplet: DC, B7 and 9A. RGB value is (220,183,154). Sum of RGB (Red+Green+Blue) = 220+183+154=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB79A is #234865. Grayscale: #BEBEBE. Windows color (decimal): -2312294 or 10139612. OLE color: 10139612.
HSL color Cylindrical-coordinate representation of color #DCB79A: hue angle of 26.36º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCB79A is Cyan = 0, Magento = 0.17, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 154 | - |
| CMYK | 0 | 0.17 | 0.3 | 0.14 |
| HSL | 26.36º | 0.49% | 0.73% | - |
| HSV(B) | 26.36º | 0.3% | 0.86% | - |
| XYZ | 52.28 | 51.42 | 37.74 | - |
| YUV | 190.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 154 | 0 | 0.17 | 0.3 | 0.14 | 26.36 | 0.49 | 0.73 |
| Hex | DC | B7 | 9A | 0 | 11 | 1E | E | 1A | 31 | 49 |
| Octal | 334 | 267 | 232 | 0 | 21 | 36 | 16 | 32 | 61 | 111 |
| Binary | 11011100 | 10110111 | 10011010 | 0 | 10001 | 11110 | 1110 | 11010 | 110001 | 1001001 |
Color Harmonies of #DCB79A
Complementary color
Monochromatic Colors of #DCB79A
Black with #DCB79A
Text Example
Text Example
White with #DCB79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB79A; }
p { color: rgb(220,183,154); }
H1.HeaderClassName
{
color: #DCB79A;
}
.AnyTagClassName
{
color: #DCB79A;
}
</style>
background-color css
<style>
a { background-color: #DCB79A; }
a { background-color: rgb(220,183,154); }
div.DivClassName
{
background-color: #DCB79A;
}
.BgClassName
{
background-color: #DCB79A;
}
</style>
border-color css
<style>
span { border-color: #DCB79A; }
span { border-color: rgb(220,183,154); }
td.TdClassName
{
border-color: #DCB79A;
}
.TagClassName
{
border-color: #DCB79A;
}
</style>