Shades of Pancho #D7BB97
Tints of Pancho #D7BB97
RGB
CMYK
RGB Variations
Color information
#D7BB97 (or 0xD7BB97) is known color: Pancho. HEX triplet: D7, BB and 97. RGB value is (215,187,151). Sum of RGB (Red+Green+Blue) = 215+187+151=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BB97 is #284468. Grayscale: #BFBFBF. Windows color (decimal): -2638953 or 9944023. OLE color: 9944023.
HSL color Cylindrical-coordinate representation of color #D7BB97: hue angle of 33.75º 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 #D7BB97 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 187 | 151 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.16 |
| HSL | 33.75º | 0.44% | 0.72% | - |
| HSV(B) | 33.75º | 0.3% | 0.84% | - |
| XYZ | 51.38 | 52.22 | 36.65 | - |
| YUV | 191.27 | 105.28 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 151 | 0 | 0.13 | 0.30 | 0.16 | 33.75 | 0.44 | 0.72 |
| Hex | D7 | BB | 97 | 0 | D | 1E | 10 | 22 | 2C | 48 |
| Octal | 327 | 273 | 227 | 0 | 15 | 36 | 20 | 42 | 54 | 110 |
| Binary | 11010111 | 10111011 | 10010111 | 0 | 1101 | 11110 | 10000 | 100010 | 101100 | 1001000 |
Color Harmonies of #D7BB97
Complementary color
Monochromatic Colors of #D7BB97
Black with #D7BB97
Text Example
Text Example
White with #D7BB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BB97; }
p { color: rgb(215,187,151); }
H1.HeaderClassName
{
color: #D7BB97;
}
.AnyTagClassName
{
color: #D7BB97;
}
</style>
background-color css
<style>
a { background-color: #D7BB97; }
a { background-color: rgb(215,187,151); }
div.DivClassName
{
background-color: #D7BB97;
}
.BgClassName
{
background-color: #D7BB97;
}
</style>
border-color css
<style>
span { border-color: #D7BB97; }
span { border-color: rgb(215,187,151); }
td.TdClassName
{
border-color: #D7BB97;
}
.TagClassName
{
border-color: #D7BB97;
}
</style>