Shades of Pancho #D8BC9C
Tints of Pancho #D8BC9C
RGB
CMYK
RGB Variations
Color information
#D8BC9C (or 0xD8BC9C) is known color: Pancho. HEX triplet: D8, BC and 9C. RGB value is (216,188,156). Sum of RGB (Red+Green+Blue) = 216+188+156=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BC9C is #274363. Grayscale: #C0C0C0. Windows color (decimal): -2573156 or 10271960. OLE color: 10271960.
HSL color Cylindrical-coordinate representation of color #D8BC9C: hue angle of 32º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8BC9C is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 156 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.15 |
| HSL | 32º | 0.43% | 0.73% | - |
| HSV(B) | 32º | 0.28% | 0.85% | - |
| XYZ | 52.3 | 52.97 | 38.92 | - |
| YUV | 192.72 | 107.28 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 156 | 0 | 0.13 | 0.28 | 0.15 | 32 | 0.43 | 0.73 |
| Hex | D8 | BC | 9C | 0 | D | 1C | F | 20 | 2B | 49 |
| Octal | 330 | 274 | 234 | 0 | 15 | 34 | 17 | 40 | 53 | 111 |
| Binary | 11011000 | 10111100 | 10011100 | 0 | 1101 | 11100 | 1111 | 100000 | 101011 | 1001001 |
Color Harmonies of #D8BC9C
Complementary color
Monochromatic Colors of #D8BC9C
Black with #D8BC9C
Text Example
Text Example
White with #D8BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC9C; }
p { color: rgb(216,188,156); }
H1.HeaderClassName
{
color: #D8BC9C;
}
.AnyTagClassName
{
color: #D8BC9C;
}
</style>
background-color css
<style>
a { background-color: #D8BC9C; }
a { background-color: rgb(216,188,156); }
div.DivClassName
{
background-color: #D8BC9C;
}
.BgClassName
{
background-color: #D8BC9C;
}
</style>
border-color css
<style>
span { border-color: #D8BC9C; }
span { border-color: rgb(216,188,156); }
td.TdClassName
{
border-color: #D8BC9C;
}
.TagClassName
{
border-color: #D8BC9C;
}
</style>