Shades of Pancho #D8BA97
Tints of Pancho #D8BA97
RGB
CMYK
RGB Variations
Color information
#D8BA97 (or 0xD8BA97) is known color: Pancho. HEX triplet: D8, BA and 97. RGB value is (216,186,151). Sum of RGB (Red+Green+Blue) = 216+186+151=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BA97 is #274568. Grayscale: #BFBFBF. Windows color (decimal): -2573673 or 9943768. OLE color: 9943768.
HSL color Cylindrical-coordinate representation of color #D8BA97: hue angle of 32.31º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8BA97 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 151 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.15 |
| HSL | 32.31º | 0.45% | 0.72% | - |
| HSV(B) | 32.31º | 0.3% | 0.85% | - |
| XYZ | 51.46 | 51.95 | 36.59 | - |
| YUV | 190.98 | 105.44 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 151 | 0 | 0.14 | 0.30 | 0.15 | 32.31 | 0.45 | 0.72 |
| Hex | D8 | BA | 97 | 0 | E | 1E | F | 20 | 2D | 48 |
| Octal | 330 | 272 | 227 | 0 | 16 | 36 | 17 | 40 | 55 | 110 |
| Binary | 11011000 | 10111010 | 10010111 | 0 | 1110 | 11110 | 1111 | 100000 | 101101 | 1001000 |
Color Harmonies of #D8BA97
Complementary color
Monochromatic Colors of #D8BA97
Black with #D8BA97
Text Example
Text Example
White with #D8BA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BA97; }
p { color: rgb(216,186,151); }
H1.HeaderClassName
{
color: #D8BA97;
}
.AnyTagClassName
{
color: #D8BA97;
}
</style>
background-color css
<style>
a { background-color: #D8BA97; }
a { background-color: rgb(216,186,151); }
div.DivClassName
{
background-color: #D8BA97;
}
.BgClassName
{
background-color: #D8BA97;
}
</style>
border-color css
<style>
span { border-color: #D8BA97; }
span { border-color: rgb(216,186,151); }
td.TdClassName
{
border-color: #D8BA97;
}
.TagClassName
{
border-color: #D8BA97;
}
</style>