Shades of Pancho #D9BC9C
Tints of Pancho #D9BC9C
RGB
CMYK
RGB Variations
Color information
#D9BC9C (or 0xD9BC9C) is known color: Pancho. HEX triplet: D9, BC and 9C. RGB value is (217,188,156). Sum of RGB (Red+Green+Blue) = 217+188+156=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BC9C is #264363. Grayscale: #C1C1C1. Windows color (decimal): -2507620 or 10271961. OLE color: 10271961.
HSL color Cylindrical-coordinate representation of color #D9BC9C: hue angle of 31.48º degrees, saturation: 0.45, 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 #D9BC9C is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 156 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.15 |
| HSL | 31.48º | 0.45% | 0.73% | - |
| HSV(B) | 31.48º | 0.28% | 0.85% | - |
| XYZ | 52.6 | 53.12 | 38.93 | - |
| YUV | 193.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 156 | 0 | 0.13 | 0.28 | 0.15 | 31.48 | 0.45 | 0.73 |
| Hex | D9 | BC | 9C | 0 | D | 1C | F | 1F | 2D | 49 |
| Octal | 331 | 274 | 234 | 0 | 15 | 34 | 17 | 37 | 55 | 111 |
| Binary | 11011001 | 10111100 | 10011100 | 0 | 1101 | 11100 | 1111 | 11111 | 101101 | 1001001 |
Color Harmonies of #D9BC9C
Complementary color
Monochromatic Colors of #D9BC9C
Black with #D9BC9C
Text Example
Text Example
White with #D9BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC9C; }
p { color: rgb(217,188,156); }
H1.HeaderClassName
{
color: #D9BC9C;
}
.AnyTagClassName
{
color: #D9BC9C;
}
</style>
background-color css
<style>
a { background-color: #D9BC9C; }
a { background-color: rgb(217,188,156); }
div.DivClassName
{
background-color: #D9BC9C;
}
.BgClassName
{
background-color: #D9BC9C;
}
</style>
border-color css
<style>
span { border-color: #D9BC9C; }
span { border-color: rgb(217,188,156); }
td.TdClassName
{
border-color: #D9BC9C;
}
.TagClassName
{
border-color: #D9BC9C;
}
</style>