Shades of Pancho #D8BA95
Tints of Pancho #D8BA95
RGB
CMYK
RGB Variations
Color information
#D8BA95 (or 0xD8BA95) is known color: Pancho. HEX triplet: D8, BA and 95. RGB value is (216,186,149). Sum of RGB (Red+Green+Blue) = 216+186+149=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BA95 is #27456A. Grayscale: #BEBEBE. Windows color (decimal): -2573675 or 9812696. OLE color: 9812696.
HSL color Cylindrical-coordinate representation of color #D8BA95: hue angle of 33.13º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8BA95 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 149 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.15 |
| HSL | 33.13º | 0.46% | 0.72% | - |
| HSV(B) | 33.13º | 0.31% | 0.85% | - |
| XYZ | 51.3 | 51.89 | 35.74 | - |
| YUV | 190.75 | 104.44 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 149 | 0 | 0.14 | 0.31 | 0.15 | 33.13 | 0.46 | 0.72 |
| Hex | D8 | BA | 95 | 0 | E | 1F | F | 21 | 2E | 48 |
| Octal | 330 | 272 | 225 | 0 | 16 | 37 | 17 | 41 | 56 | 110 |
| Binary | 11011000 | 10111010 | 10010101 | 0 | 1110 | 11111 | 1111 | 100001 | 101110 | 1001000 |
Color Harmonies of #D8BA95
Complementary color
Monochromatic Colors of #D8BA95
Black with #D8BA95
Text Example
Text Example
White with #D8BA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BA95; }
p { color: rgb(216,186,149); }
H1.HeaderClassName
{
color: #D8BA95;
}
.AnyTagClassName
{
color: #D8BA95;
}
</style>
background-color css
<style>
a { background-color: #D8BA95; }
a { background-color: rgb(216,186,149); }
div.DivClassName
{
background-color: #D8BA95;
}
.BgClassName
{
background-color: #D8BA95;
}
</style>
border-color css
<style>
span { border-color: #D8BA95; }
span { border-color: rgb(216,186,149); }
td.TdClassName
{
border-color: #D8BA95;
}
.TagClassName
{
border-color: #D8BA95;
}
</style>