Shades of Pancho #D8BD97
Tints of Pancho #D8BD97
RGB
CMYK
RGB Variations
Color information
#D8BD97 (or 0xD8BD97) is known color: Pancho. HEX triplet: D8, BD and 97. RGB value is (216,189,151). Sum of RGB (Red+Green+Blue) = 216+189+151=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BD97 is #274268. Grayscale: #C0C0C0. Windows color (decimal): -2572905 or 9944536. OLE color: 9944536.
HSL color Cylindrical-coordinate representation of color #D8BD97: hue angle of 35.08º 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 #D8BD97 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 151 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.15 |
| HSL | 35.08º | 0.45% | 0.72% | - |
| HSV(B) | 35.08º | 0.3% | 0.85% | - |
| XYZ | 52.1 | 53.23 | 36.81 | - |
| YUV | 192.74 | 104.45 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 151 | 0 | 0.12 | 0.30 | 0.15 | 35.08 | 0.45 | 0.72 |
| Hex | D8 | BD | 97 | 0 | C | 1E | F | 23 | 2D | 48 |
| Octal | 330 | 275 | 227 | 0 | 14 | 36 | 17 | 43 | 55 | 110 |
| Binary | 11011000 | 10111101 | 10010111 | 0 | 1100 | 11110 | 1111 | 100011 | 101101 | 1001000 |
Color Harmonies of #D8BD97
Complementary color
Monochromatic Colors of #D8BD97
Black with #D8BD97
Text Example
Text Example
White with #D8BD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD97; }
p { color: rgb(216,189,151); }
H1.HeaderClassName
{
color: #D8BD97;
}
.AnyTagClassName
{
color: #D8BD97;
}
</style>
background-color css
<style>
a { background-color: #D8BD97; }
a { background-color: rgb(216,189,151); }
div.DivClassName
{
background-color: #D8BD97;
}
.BgClassName
{
background-color: #D8BD97;
}
</style>
border-color css
<style>
span { border-color: #D8BD97; }
span { border-color: rgb(216,189,151); }
td.TdClassName
{
border-color: #D8BD97;
}
.TagClassName
{
border-color: #D8BD97;
}
</style>