Shades of Pancho #D8BB9A
Tints of Pancho #D8BB9A
RGB
CMYK
RGB Variations
Color information
#D8BB9A (or 0xD8BB9A) is known color: Pancho. HEX triplet: D8, BB and 9A. RGB value is (216,187,154). Sum of RGB (Red+Green+Blue) = 216+187+154=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BB9A is #274465. Grayscale: #C0C0C0. Windows color (decimal): -2573414 or 10140632. OLE color: 10140632.
HSL color Cylindrical-coordinate representation of color #D8BB9A: hue angle of 31.94º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8BB9A is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 154 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.15 |
| HSL | 31.94º | 0.44% | 0.73% | - |
| HSV(B) | 31.94º | 0.29% | 0.85% | - |
| XYZ | 51.92 | 52.47 | 37.96 | - |
| YUV | 191.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 154 | 0 | 0.13 | 0.29 | 0.15 | 31.94 | 0.44 | 0.73 |
| Hex | D8 | BB | 9A | 0 | D | 1D | F | 20 | 2C | 49 |
| Octal | 330 | 273 | 232 | 0 | 15 | 35 | 17 | 40 | 54 | 111 |
| Binary | 11011000 | 10111011 | 10011010 | 0 | 1101 | 11101 | 1111 | 100000 | 101100 | 1001001 |
Color Harmonies of #D8BB9A
Complementary color
Monochromatic Colors of #D8BB9A
Black with #D8BB9A
Text Example
Text Example
White with #D8BB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BB9A; }
p { color: rgb(216,187,154); }
H1.HeaderClassName
{
color: #D8BB9A;
}
.AnyTagClassName
{
color: #D8BB9A;
}
</style>
background-color css
<style>
a { background-color: #D8BB9A; }
a { background-color: rgb(216,187,154); }
div.DivClassName
{
background-color: #D8BB9A;
}
.BgClassName
{
background-color: #D8BB9A;
}
</style>
border-color css
<style>
span { border-color: #D8BB9A; }
span { border-color: rgb(216,187,154); }
td.TdClassName
{
border-color: #D8BB9A;
}
.TagClassName
{
border-color: #D8BB9A;
}
</style>