Shades of Pancho #D9BC9A
Tints of Pancho #D9BC9A
RGB
CMYK
RGB Variations
Color information
#D9BC9A (or 0xD9BC9A) is known color: Pancho. HEX triplet: D9, BC and 9A. RGB value is (217,188,154). Sum of RGB (Red+Green+Blue) = 217+188+154=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BC9A is #264365. Grayscale: #C0C0C0. Windows color (decimal): -2507622 or 10140889. OLE color: 10140889.
HSL color Cylindrical-coordinate representation of color #D9BC9A: hue angle of 32.38º degrees, saturation: 0.45, 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 #D9BC9A is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 154 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.15 |
| HSL | 32.38º | 0.45% | 0.73% | - |
| HSV(B) | 32.38º | 0.29% | 0.85% | - |
| XYZ | 52.43 | 53.05 | 38.05 | - |
| YUV | 192.8 | 106.11 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 154 | 0 | 0.13 | 0.29 | 0.15 | 32.38 | 0.45 | 0.73 |
| Hex | D9 | BC | 9A | 0 | D | 1D | F | 20 | 2D | 49 |
| Octal | 331 | 274 | 232 | 0 | 15 | 35 | 17 | 40 | 55 | 111 |
| Binary | 11011001 | 10111100 | 10011010 | 0 | 1101 | 11101 | 1111 | 100000 | 101101 | 1001001 |
Color Harmonies of #D9BC9A
Complementary color
Monochromatic Colors of #D9BC9A
Black with #D9BC9A
Text Example
Text Example
White with #D9BC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC9A; }
p { color: rgb(217,188,154); }
H1.HeaderClassName
{
color: #D9BC9A;
}
.AnyTagClassName
{
color: #D9BC9A;
}
</style>
background-color css
<style>
a { background-color: #D9BC9A; }
a { background-color: rgb(217,188,154); }
div.DivClassName
{
background-color: #D9BC9A;
}
.BgClassName
{
background-color: #D9BC9A;
}
</style>
border-color css
<style>
span { border-color: #D9BC9A; }
span { border-color: rgb(217,188,154); }
td.TdClassName
{
border-color: #D9BC9A;
}
.TagClassName
{
border-color: #D9BC9A;
}
</style>