Shades of Pancho #D9B795
Tints of Pancho #D9B795
RGB
CMYK
RGB Variations
Color information
#D9B795 (or 0xD9B795) is known color: Pancho. HEX triplet: D9, B7 and 95. RGB value is (217,183,149). Sum of RGB (Red+Green+Blue) = 217+183+149=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B795 is #26486A. Grayscale: #BDBDBD. Windows color (decimal): -2508907 or 9811929. OLE color: 9811929.
HSL color Cylindrical-coordinate representation of color #D9B795: hue angle of 30º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9B795 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 183 | 149 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.15 |
| HSL | 30º | 0.47% | 0.72% | - |
| HSV(B) | 30º | 0.31% | 0.85% | - |
| XYZ | 50.97 | 50.79 | 35.55 | - |
| YUV | 189.29 | 105.26 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 183 | 149 | 0 | 0.16 | 0.31 | 0.15 | 30 | 0.47 | 0.72 |
| Hex | D9 | B7 | 95 | 0 | 10 | 1F | F | 1E | 2F | 48 |
| Octal | 331 | 267 | 225 | 0 | 20 | 37 | 17 | 36 | 57 | 110 |
| Binary | 11011001 | 10110111 | 10010101 | 0 | 10000 | 11111 | 1111 | 11110 | 101111 | 1001000 |
Color Harmonies of #D9B795
Complementary color
Monochromatic Colors of #D9B795
Black with #D9B795
Text Example
Text Example
White with #D9B795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B795; }
p { color: rgb(217,183,149); }
H1.HeaderClassName
{
color: #D9B795;
}
.AnyTagClassName
{
color: #D9B795;
}
</style>
background-color css
<style>
a { background-color: #D9B795; }
a { background-color: rgb(217,183,149); }
div.DivClassName
{
background-color: #D9B795;
}
.BgClassName
{
background-color: #D9B795;
}
</style>
border-color css
<style>
span { border-color: #D9B795; }
span { border-color: rgb(217,183,149); }
td.TdClassName
{
border-color: #D9B795;
}
.TagClassName
{
border-color: #D9B795;
}
</style>