Shades of Pancho #D7BD95
Tints of Pancho #D7BD95
RGB
CMYK
RGB Variations
Color information
#D7BD95 (or 0xD7BD95) is known color: Pancho. HEX triplet: D7, BD and 95. RGB value is (215,189,149). Sum of RGB (Red+Green+Blue) = 215+189+149=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BD95 is #28426A. Grayscale: #C0C0C0. Windows color (decimal): -2638443 or 9813463. OLE color: 9813463.
HSL color Cylindrical-coordinate representation of color #D7BD95: hue angle of 36.36º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7BD95 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 149 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.16 |
| HSL | 36.36º | 0.45% | 0.71% | - |
| HSV(B) | 36.36º | 0.31% | 0.84% | - |
| XYZ | 51.65 | 53.01 | 35.94 | - |
| YUV | 192.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 149 | 0 | 0.12 | 0.31 | 0.16 | 36.36 | 0.45 | 0.71 |
| Hex | D7 | BD | 95 | 0 | C | 1F | 10 | 24 | 2D | 47 |
| Octal | 327 | 275 | 225 | 0 | 14 | 37 | 20 | 44 | 55 | 107 |
| Binary | 11010111 | 10111101 | 10010101 | 0 | 1100 | 11111 | 10000 | 100100 | 101101 | 1000111 |
Color Harmonies of #D7BD95
Complementary color
Monochromatic Colors of #D7BD95
Black with #D7BD95
Text Example
Text Example
White with #D7BD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD95; }
p { color: rgb(215,189,149); }
H1.HeaderClassName
{
color: #D7BD95;
}
.AnyTagClassName
{
color: #D7BD95;
}
</style>
background-color css
<style>
a { background-color: #D7BD95; }
a { background-color: rgb(215,189,149); }
div.DivClassName
{
background-color: #D7BD95;
}
.BgClassName
{
background-color: #D7BD95;
}
</style>
border-color css
<style>
span { border-color: #D7BD95; }
span { border-color: rgb(215,189,149); }
td.TdClassName
{
border-color: #D7BD95;
}
.TagClassName
{
border-color: #D7BD95;
}
</style>