Shades of Pancho #D7B996
Tints of Pancho #D7B996
RGB
CMYK
RGB Variations
Color information
#D7B996 (or 0xD7B996) is known color: Pancho. HEX triplet: D7, B9 and 96. RGB value is (215,185,150). Sum of RGB (Red+Green+Blue) = 215+185+150=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B996 is #284669. Grayscale: #BEBEBE. Windows color (decimal): -2639466 or 9877975. OLE color: 9877975.
HSL color Cylindrical-coordinate representation of color #D7B996: hue angle of 32.31º degrees, saturation: 0.45, 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 #D7B996 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 185 | 150 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.16 |
| HSL | 32.31º | 0.45% | 0.72% | - |
| HSV(B) | 32.31º | 0.3% | 0.84% | - |
| XYZ | 50.88 | 51.35 | 36.08 | - |
| YUV | 189.98 | 105.44 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 185 | 150 | 0 | 0.14 | 0.30 | 0.16 | 32.31 | 0.45 | 0.72 |
| Hex | D7 | B9 | 96 | 0 | E | 1E | 10 | 20 | 2D | 48 |
| Octal | 327 | 271 | 226 | 0 | 16 | 36 | 20 | 40 | 55 | 110 |
| Binary | 11010111 | 10111001 | 10010110 | 0 | 1110 | 11110 | 10000 | 100000 | 101101 | 1001000 |
Color Harmonies of #D7B996
Complementary color
Monochromatic Colors of #D7B996
Black with #D7B996
Text Example
Text Example
White with #D7B996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B996; }
p { color: rgb(215,185,150); }
H1.HeaderClassName
{
color: #D7B996;
}
.AnyTagClassName
{
color: #D7B996;
}
</style>
background-color css
<style>
a { background-color: #D7B996; }
a { background-color: rgb(215,185,150); }
div.DivClassName
{
background-color: #D7B996;
}
.BgClassName
{
background-color: #D7B996;
}
</style>
border-color css
<style>
span { border-color: #D7B996; }
span { border-color: rgb(215,185,150); }
td.TdClassName
{
border-color: #D7B996;
}
.TagClassName
{
border-color: #D7B996;
}
</style>