Shades of Pancho #D8BB92
Tints of Pancho #D8BB92
RGB
CMYK
RGB Variations
Color information
#D8BB92 (or 0xD8BB92) is known color: Pancho. HEX triplet: D8, BB and 92. RGB value is (216,187,146). Sum of RGB (Red+Green+Blue) = 216+187+146=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BB92 is #27446D. Grayscale: #BFBFBF. Windows color (decimal): -2573422 or 9616344. OLE color: 9616344.
HSL color Cylindrical-coordinate representation of color #D8BB92: hue angle of 35.14º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8BB92 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 146 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.15 |
| HSL | 35.14º | 0.47% | 0.71% | - |
| HSV(B) | 35.14º | 0.32% | 0.85% | - |
| XYZ | 51.28 | 52.21 | 34.57 | - |
| YUV | 191 | 102.61 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 146 | 0 | 0.13 | 0.32 | 0.15 | 35.14 | 0.47 | 0.71 |
| Hex | D8 | BB | 92 | 0 | D | 20 | F | 23 | 2F | 47 |
| Octal | 330 | 273 | 222 | 0 | 15 | 40 | 17 | 43 | 57 | 107 |
| Binary | 11011000 | 10111011 | 10010010 | 0 | 1101 | 100000 | 1111 | 100011 | 101111 | 1000111 |
Color Harmonies of #D8BB92
Complementary color
Monochromatic Colors of #D8BB92
Black with #D8BB92
Text Example
Text Example
White with #D8BB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BB92; }
p { color: rgb(216,187,146); }
H1.HeaderClassName
{
color: #D8BB92;
}
.AnyTagClassName
{
color: #D8BB92;
}
</style>
background-color css
<style>
a { background-color: #D8BB92; }
a { background-color: rgb(216,187,146); }
div.DivClassName
{
background-color: #D8BB92;
}
.BgClassName
{
background-color: #D8BB92;
}
</style>
border-color css
<style>
span { border-color: #D8BB92; }
span { border-color: rgb(216,187,146); }
td.TdClassName
{
border-color: #D8BB92;
}
.TagClassName
{
border-color: #D8BB92;
}
</style>