Shades of Pancho #D7B997
Tints of Pancho #D7B997
RGB
CMYK
RGB Variations
Color information
#D7B997 (or 0xD7B997) is known color: Pancho. HEX triplet: D7, B9 and 97. RGB value is (215,185,151). Sum of RGB (Red+Green+Blue) = 215+185+151=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B997 is #284668. Grayscale: #BEBEBE. Windows color (decimal): -2639465 or 9943511. OLE color: 9943511.
HSL color Cylindrical-coordinate representation of color #D7B997: hue angle of 31.88º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D7B997 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 185 | 151 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.16 |
| HSL | 31.88º | 0.44% | 0.72% | - |
| HSV(B) | 31.88º | 0.3% | 0.84% | - |
| XYZ | 50.96 | 51.38 | 36.51 | - |
| YUV | 190.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 185 | 151 | 0 | 0.14 | 0.30 | 0.16 | 31.88 | 0.44 | 0.72 |
| Hex | D7 | B9 | 97 | 0 | E | 1E | 10 | 20 | 2C | 48 |
| Octal | 327 | 271 | 227 | 0 | 16 | 36 | 20 | 40 | 54 | 110 |
| Binary | 11010111 | 10111001 | 10010111 | 0 | 1110 | 11110 | 10000 | 100000 | 101100 | 1001000 |
Color Harmonies of #D7B997
Complementary color
Monochromatic Colors of #D7B997
Black with #D7B997
Text Example
Text Example
White with #D7B997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B997; }
p { color: rgb(215,185,151); }
H1.HeaderClassName
{
color: #D7B997;
}
.AnyTagClassName
{
color: #D7B997;
}
</style>
background-color css
<style>
a { background-color: #D7B997; }
a { background-color: rgb(215,185,151); }
div.DivClassName
{
background-color: #D7B997;
}
.BgClassName
{
background-color: #D7B997;
}
</style>
border-color css
<style>
span { border-color: #D7B997; }
span { border-color: rgb(215,185,151); }
td.TdClassName
{
border-color: #D7B997;
}
.TagClassName
{
border-color: #D7B997;
}
</style>