Shades of Pancho #DCBA97
Tints of Pancho #DCBA97
RGB
CMYK
RGB Variations
Color information
#DCBA97 (or 0xDCBA97) is known color: Pancho. HEX triplet: DC, BA and 97. RGB value is (220,186,151). Sum of RGB (Red+Green+Blue) = 220+186+151=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 151 (59.38% from 255 or 27.11% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBA97 is #234568. Grayscale: #C0C0C0. Windows color (decimal): -2311529 or 9943772. OLE color: 9943772.
HSL color Cylindrical-coordinate representation of color #DCBA97: hue angle of 30.43º 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 #DCBA97 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 151 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.14 |
| HSL | 30.43º | 0.5% | 0.73% | - |
| HSV(B) | 30.43º | 0.31% | 0.86% | - |
| XYZ | 52.66 | 52.57 | 36.65 | - |
| YUV | 192.18 | 104.76 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 151 | 0 | 0.15 | 0.31 | 0.14 | 30.43 | 0.5 | 0.73 |
| Hex | DC | BA | 97 | 0 | F | 1F | E | 1E | 32 | 49 |
| Octal | 334 | 272 | 227 | 0 | 17 | 37 | 16 | 36 | 62 | 111 |
| Binary | 11011100 | 10111010 | 10010111 | 0 | 1111 | 11111 | 1110 | 11110 | 110010 | 1001001 |
Color Harmonies of #DCBA97
Complementary color
Monochromatic Colors of #DCBA97
Black with #DCBA97
Text Example
Text Example
White with #DCBA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA97; }
p { color: rgb(220,186,151); }
H1.HeaderClassName
{
color: #DCBA97;
}
.AnyTagClassName
{
color: #DCBA97;
}
</style>
background-color css
<style>
a { background-color: #DCBA97; }
a { background-color: rgb(220,186,151); }
div.DivClassName
{
background-color: #DCBA97;
}
.BgClassName
{
background-color: #DCBA97;
}
</style>
border-color css
<style>
span { border-color: #DCBA97; }
span { border-color: rgb(220,186,151); }
td.TdClassName
{
border-color: #DCBA97;
}
.TagClassName
{
border-color: #DCBA97;
}
</style>