Shades of Pancho #D9BB9C
Tints of Pancho #D9BB9C
RGB
CMYK
RGB Variations
Color information
#D9BB9C (or 0xD9BB9C) is known color: Pancho. HEX triplet: D9, BB and 9C. RGB value is (217,187,156). Sum of RGB (Red+Green+Blue) = 217+187+156=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BB9C is #264463. Grayscale: #C0C0C0. Windows color (decimal): -2507876 or 10271705. OLE color: 10271705.
HSL color Cylindrical-coordinate representation of color #D9BB9C: hue angle of 30.49º 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 #D9BB9C is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 156 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.15 |
| HSL | 30.49º | 0.45% | 0.73% | - |
| HSV(B) | 30.49º | 0.28% | 0.85% | - |
| XYZ | 52.39 | 52.69 | 38.86 | - |
| YUV | 192.44 | 107.44 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 156 | 0 | 0.14 | 0.28 | 0.15 | 30.49 | 0.45 | 0.73 |
| Hex | D9 | BB | 9C | 0 | E | 1C | F | 1E | 2D | 49 |
| Octal | 331 | 273 | 234 | 0 | 16 | 34 | 17 | 36 | 55 | 111 |
| Binary | 11011001 | 10111011 | 10011100 | 0 | 1110 | 11100 | 1111 | 11110 | 101101 | 1001001 |
Color Harmonies of #D9BB9C
Complementary color
Monochromatic Colors of #D9BB9C
Black with #D9BB9C
Text Example
Text Example
White with #D9BB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BB9C; }
p { color: rgb(217,187,156); }
H1.HeaderClassName
{
color: #D9BB9C;
}
.AnyTagClassName
{
color: #D9BB9C;
}
</style>
background-color css
<style>
a { background-color: #D9BB9C; }
a { background-color: rgb(217,187,156); }
div.DivClassName
{
background-color: #D9BB9C;
}
.BgClassName
{
background-color: #D9BB9C;
}
</style>
border-color css
<style>
span { border-color: #D9BB9C; }
span { border-color: rgb(217,187,156); }
td.TdClassName
{
border-color: #D9BB9C;
}
.TagClassName
{
border-color: #D9BB9C;
}
</style>