Shades of Pancho #D9BE93
Tints of Pancho #D9BE93
RGB
CMYK
RGB Variations
Color information
#D9BE93 (or 0xD9BE93) is known color: Pancho. HEX triplet: D9, BE and 93. RGB value is (217,190,147). Sum of RGB (Red+Green+Blue) = 217+190+147=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 147 (57.81% from 255 or 26.53% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BE93 is #26416C. Grayscale: #C1C1C1. Windows color (decimal): -2507117 or 9682649. OLE color: 9682649.
HSL color Cylindrical-coordinate representation of color #D9BE93: hue angle of 36.86º 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 #D9BE93 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 147 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.15 |
| HSL | 36.86º | 0.48% | 0.71% | - |
| HSV(B) | 36.86º | 0.32% | 0.85% | - |
| XYZ | 52.3 | 53.69 | 35.21 | - |
| YUV | 193.17 | 101.95 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 147 | 0 | 0.12 | 0.32 | 0.15 | 36.86 | 0.48 | 0.71 |
| Hex | D9 | BE | 93 | 0 | C | 20 | F | 25 | 30 | 47 |
| Octal | 331 | 276 | 223 | 0 | 14 | 40 | 17 | 45 | 60 | 107 |
| Binary | 11011001 | 10111110 | 10010011 | 0 | 1100 | 100000 | 1111 | 100101 | 110000 | 1000111 |
Color Harmonies of #D9BE93
Complementary color
Monochromatic Colors of #D9BE93
Black with #D9BE93
Text Example
Text Example
White with #D9BE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE93; }
p { color: rgb(217,190,147); }
H1.HeaderClassName
{
color: #D9BE93;
}
.AnyTagClassName
{
color: #D9BE93;
}
</style>
background-color css
<style>
a { background-color: #D9BE93; }
a { background-color: rgb(217,190,147); }
div.DivClassName
{
background-color: #D9BE93;
}
.BgClassName
{
background-color: #D9BE93;
}
</style>
border-color css
<style>
span { border-color: #D9BE93; }
span { border-color: rgb(217,190,147); }
td.TdClassName
{
border-color: #D9BE93;
}
.TagClassName
{
border-color: #D9BE93;
}
</style>