Shades of Pancho #D8BD99
Tints of Pancho #D8BD99
RGB
CMYK
RGB Variations
Color information
#D8BD99 (or 0xD8BD99) is known color: Pancho. HEX triplet: D8, BD and 99. RGB value is (216,189,153). Sum of RGB (Red+Green+Blue) = 216+189+153=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BD99 is #274266. Grayscale: #C1C1C1. Windows color (decimal): -2572903 or 10075608. OLE color: 10075608.
HSL color Cylindrical-coordinate representation of color #D8BD99: hue angle of 34.29º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8BD99 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 153 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.15 |
| HSL | 34.29º | 0.45% | 0.72% | - |
| HSV(B) | 34.29º | 0.29% | 0.85% | - |
| XYZ | 52.27 | 53.29 | 37.67 | - |
| YUV | 192.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 153 | 0 | 0.12 | 0.29 | 0.15 | 34.29 | 0.45 | 0.72 |
| Hex | D8 | BD | 99 | 0 | C | 1D | F | 22 | 2D | 48 |
| Octal | 330 | 275 | 231 | 0 | 14 | 35 | 17 | 42 | 55 | 110 |
| Binary | 11011000 | 10111101 | 10011001 | 0 | 1100 | 11101 | 1111 | 100010 | 101101 | 1001000 |
Color Harmonies of #D8BD99
Complementary color
Monochromatic Colors of #D8BD99
Black with #D8BD99
Text Example
Text Example
White with #D8BD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD99; }
p { color: rgb(216,189,153); }
H1.HeaderClassName
{
color: #D8BD99;
}
.AnyTagClassName
{
color: #D8BD99;
}
</style>
background-color css
<style>
a { background-color: #D8BD99; }
a { background-color: rgb(216,189,153); }
div.DivClassName
{
background-color: #D8BD99;
}
.BgClassName
{
background-color: #D8BD99;
}
</style>
border-color css
<style>
span { border-color: #D8BD99; }
span { border-color: rgb(216,189,153); }
td.TdClassName
{
border-color: #D8BD99;
}
.TagClassName
{
border-color: #D8BD99;
}
</style>