Shades of Pancho #D9BC92
Tints of Pancho #D9BC92
RGB
CMYK
RGB Variations
Color information
#D9BC92 (or 0xD9BC92) is known color: Pancho. HEX triplet: D9, BC and 92. RGB value is (217,188,146). Sum of RGB (Red+Green+Blue) = 217+188+146=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BC92 is #26436D. Grayscale: #C0C0C0. Windows color (decimal): -2507630 or 9616601. OLE color: 9616601.
HSL color Cylindrical-coordinate representation of color #D9BC92: hue angle of 35.49º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9BC92 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 146 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.15 |
| HSL | 35.49º | 0.48% | 0.71% | - |
| HSV(B) | 35.49º | 0.33% | 0.85% | - |
| XYZ | 51.79 | 52.79 | 34.65 | - |
| YUV | 191.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 146 | 0 | 0.13 | 0.33 | 0.15 | 35.49 | 0.48 | 0.71 |
| Hex | D9 | BC | 92 | 0 | D | 21 | F | 23 | 30 | 47 |
| Octal | 331 | 274 | 222 | 0 | 15 | 41 | 17 | 43 | 60 | 107 |
| Binary | 11011001 | 10111100 | 10010010 | 0 | 1101 | 100001 | 1111 | 100011 | 110000 | 1000111 |
Color Harmonies of #D9BC92
Complementary color
Monochromatic Colors of #D9BC92
Black with #D9BC92
Text Example
Text Example
White with #D9BC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC92; }
p { color: rgb(217,188,146); }
H1.HeaderClassName
{
color: #D9BC92;
}
.AnyTagClassName
{
color: #D9BC92;
}
</style>
background-color css
<style>
a { background-color: #D9BC92; }
a { background-color: rgb(217,188,146); }
div.DivClassName
{
background-color: #D9BC92;
}
.BgClassName
{
background-color: #D9BC92;
}
</style>
border-color css
<style>
span { border-color: #D9BC92; }
span { border-color: rgb(217,188,146); }
td.TdClassName
{
border-color: #D9BC92;
}
.TagClassName
{
border-color: #D9BC92;
}
</style>