Shades of Pancho #D8BB93
Tints of Pancho #D8BB93
RGB
CMYK
RGB Variations
Color information
#D8BB93 (or 0xD8BB93) is known color: Pancho. HEX triplet: D8, BB and 93. RGB value is (216,187,147). Sum of RGB (Red+Green+Blue) = 216+187+147=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 147 (57.81% from 255 or 26.73% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BB93 is #27446C. Grayscale: #BFBFBF. Windows color (decimal): -2573421 or 9681880. OLE color: 9681880.
HSL color Cylindrical-coordinate representation of color #D8BB93: hue angle of 34.78º 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 #D8BB93 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 147 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.15 |
| HSL | 34.78º | 0.47% | 0.71% | - |
| HSV(B) | 34.78º | 0.32% | 0.85% | - |
| XYZ | 51.36 | 52.25 | 34.98 | - |
| YUV | 191.11 | 103.11 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 147 | 0 | 0.13 | 0.32 | 0.15 | 34.78 | 0.47 | 0.71 |
| Hex | D8 | BB | 93 | 0 | D | 20 | F | 23 | 2F | 47 |
| Octal | 330 | 273 | 223 | 0 | 15 | 40 | 17 | 43 | 57 | 107 |
| Binary | 11011000 | 10111011 | 10010011 | 0 | 1101 | 100000 | 1111 | 100011 | 101111 | 1000111 |
Color Harmonies of #D8BB93
Complementary color
Monochromatic Colors of #D8BB93
Black with #D8BB93
Text Example
Text Example
White with #D8BB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BB93; }
p { color: rgb(216,187,147); }
H1.HeaderClassName
{
color: #D8BB93;
}
.AnyTagClassName
{
color: #D8BB93;
}
</style>
background-color css
<style>
a { background-color: #D8BB93; }
a { background-color: rgb(216,187,147); }
div.DivClassName
{
background-color: #D8BB93;
}
.BgClassName
{
background-color: #D8BB93;
}
</style>
border-color css
<style>
span { border-color: #D8BB93; }
span { border-color: rgb(216,187,147); }
td.TdClassName
{
border-color: #D8BB93;
}
.TagClassName
{
border-color: #D8BB93;
}
</style>