Shades of Pancho #D9BF93
Tints of Pancho #D9BF93
RGB
CMYK
RGB Variations
Color information
#D9BF93 (or 0xD9BF93) is known color: Pancho. HEX triplet: D9, BF and 93. RGB value is (217,191,147). Sum of RGB (Red+Green+Blue) = 217+191+147=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 147 (57.81% from 255 or 26.49% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BF93 is #26406C. Grayscale: #C1C1C1. Windows color (decimal): -2506861 or 9682905. OLE color: 9682905.
HSL color Cylindrical-coordinate representation of color #D9BF93: hue angle of 37.71º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9BF93 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 191 | 147 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.15 |
| HSL | 37.71º | 0.48% | 0.71% | - |
| HSV(B) | 37.71º | 0.32% | 0.85% | - |
| XYZ | 52.51 | 54.12 | 35.28 | - |
| YUV | 193.76 | 101.61 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 147 | 0 | 0.12 | 0.32 | 0.15 | 37.71 | 0.48 | 0.71 |
| Hex | D9 | BF | 93 | 0 | C | 20 | F | 26 | 30 | 47 |
| Octal | 331 | 277 | 223 | 0 | 14 | 40 | 17 | 46 | 60 | 107 |
| Binary | 11011001 | 10111111 | 10010011 | 0 | 1100 | 100000 | 1111 | 100110 | 110000 | 1000111 |
Color Harmonies of #D9BF93
Complementary color
Monochromatic Colors of #D9BF93
Black with #D9BF93
Text Example
Text Example
White with #D9BF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BF93; }
p { color: rgb(217,191,147); }
H1.HeaderClassName
{
color: #D9BF93;
}
.AnyTagClassName
{
color: #D9BF93;
}
</style>
background-color css
<style>
a { background-color: #D9BF93; }
a { background-color: rgb(217,191,147); }
div.DivClassName
{
background-color: #D9BF93;
}
.BgClassName
{
background-color: #D9BF93;
}
</style>
border-color css
<style>
span { border-color: #D9BF93; }
span { border-color: rgb(217,191,147); }
td.TdClassName
{
border-color: #D9BF93;
}
.TagClassName
{
border-color: #D9BF93;
}
</style>