Shades of Pancho #D7BA93
Tints of Pancho #D7BA93
RGB
CMYK
RGB Variations
Color information
#D7BA93 (or 0xD7BA93) is known color: Pancho. HEX triplet: D7, BA and 93. RGB value is (215,186,147). Sum of RGB (Red+Green+Blue) = 215+186+147=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BA93 is #28456C. Grayscale: #BEBEBE. Windows color (decimal): -2639213 or 9681623. OLE color: 9681623.
HSL color Cylindrical-coordinate representation of color #D7BA93: hue angle of 34.41º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7BA93 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 147 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.16 |
| HSL | 34.41º | 0.46% | 0.71% | - |
| HSV(B) | 34.41º | 0.32% | 0.84% | - |
| XYZ | 50.85 | 51.67 | 34.9 | - |
| YUV | 190.23 | 103.61 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 147 | 0 | 0.13 | 0.32 | 0.16 | 34.41 | 0.46 | 0.71 |
| Hex | D7 | BA | 93 | 0 | D | 20 | 10 | 22 | 2E | 47 |
| Octal | 327 | 272 | 223 | 0 | 15 | 40 | 20 | 42 | 56 | 107 |
| Binary | 11010111 | 10111010 | 10010011 | 0 | 1101 | 100000 | 10000 | 100010 | 101110 | 1000111 |
Color Harmonies of #D7BA93
Complementary color
Monochromatic Colors of #D7BA93
Black with #D7BA93
Text Example
Text Example
White with #D7BA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA93; }
p { color: rgb(215,186,147); }
H1.HeaderClassName
{
color: #D7BA93;
}
.AnyTagClassName
{
color: #D7BA93;
}
</style>
background-color css
<style>
a { background-color: #D7BA93; }
a { background-color: rgb(215,186,147); }
div.DivClassName
{
background-color: #D7BA93;
}
.BgClassName
{
background-color: #D7BA93;
}
</style>
border-color css
<style>
span { border-color: #D7BA93; }
span { border-color: rgb(215,186,147); }
td.TdClassName
{
border-color: #D7BA93;
}
.TagClassName
{
border-color: #D7BA93;
}
</style>