Shades of Pancho #D9BC98
Tints of Pancho #D9BC98
RGB
CMYK
RGB Variations
Color information
#D9BC98 (or 0xD9BC98) is known color: Pancho. HEX triplet: D9, BC and 98. RGB value is (217,188,152). Sum of RGB (Red+Green+Blue) = 217+188+152=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BC98 is #264367. Grayscale: #C0C0C0. Windows color (decimal): -2507624 or 10009817. OLE color: 10009817.
HSL color Cylindrical-coordinate representation of color #D9BC98: hue angle of 33.23º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9BC98 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 152 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.15 |
| HSL | 33.23º | 0.46% | 0.72% | - |
| HSV(B) | 33.23º | 0.3% | 0.85% | - |
| XYZ | 52.27 | 52.99 | 37.18 | - |
| YUV | 192.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 152 | 0 | 0.13 | 0.30 | 0.15 | 33.23 | 0.46 | 0.72 |
| Hex | D9 | BC | 98 | 0 | D | 1E | F | 21 | 2E | 48 |
| Octal | 331 | 274 | 230 | 0 | 15 | 36 | 17 | 41 | 56 | 110 |
| Binary | 11011001 | 10111100 | 10011000 | 0 | 1101 | 11110 | 1111 | 100001 | 101110 | 1001000 |
Color Harmonies of #D9BC98
Complementary color
Monochromatic Colors of #D9BC98
Black with #D9BC98
Text Example
Text Example
White with #D9BC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC98; }
p { color: rgb(217,188,152); }
H1.HeaderClassName
{
color: #D9BC98;
}
.AnyTagClassName
{
color: #D9BC98;
}
</style>
background-color css
<style>
a { background-color: #D9BC98; }
a { background-color: rgb(217,188,152); }
div.DivClassName
{
background-color: #D9BC98;
}
.BgClassName
{
background-color: #D9BC98;
}
</style>
border-color css
<style>
span { border-color: #D9BC98; }
span { border-color: rgb(217,188,152); }
td.TdClassName
{
border-color: #D9BC98;
}
.TagClassName
{
border-color: #D9BC98;
}
</style>