Shades of Pancho #D7B793
Tints of Pancho #D7B793
RGB
CMYK
RGB Variations
Color information
#D7B793 (or 0xD7B793) is known color: Pancho. HEX triplet: D7, B7 and 93. RGB value is (215,183,147). Sum of RGB (Red+Green+Blue) = 215+183+147=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B793 is #28486C. Grayscale: #BCBCBC. Windows color (decimal): -2639981 or 9680855. OLE color: 9680855.
HSL color Cylindrical-coordinate representation of color #D7B793: hue angle of 31.76º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7B793 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 183 | 147 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.16 |
| HSL | 31.76º | 0.46% | 0.71% | - |
| HSV(B) | 31.76º | 0.32% | 0.84% | - |
| XYZ | 50.22 | 50.42 | 34.69 | - |
| YUV | 188.46 | 104.6 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 183 | 147 | 0 | 0.15 | 0.32 | 0.16 | 31.76 | 0.46 | 0.71 |
| Hex | D7 | B7 | 93 | 0 | F | 20 | 10 | 20 | 2E | 47 |
| Octal | 327 | 267 | 223 | 0 | 17 | 40 | 20 | 40 | 56 | 107 |
| Binary | 11010111 | 10110111 | 10010011 | 0 | 1111 | 100000 | 10000 | 100000 | 101110 | 1000111 |
Color Harmonies of #D7B793
Complementary color
Monochromatic Colors of #D7B793
Black with #D7B793
Text Example
Text Example
White with #D7B793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B793; }
p { color: rgb(215,183,147); }
H1.HeaderClassName
{
color: #D7B793;
}
.AnyTagClassName
{
color: #D7B793;
}
</style>
background-color css
<style>
a { background-color: #D7B793; }
a { background-color: rgb(215,183,147); }
div.DivClassName
{
background-color: #D7B793;
}
.BgClassName
{
background-color: #D7B793;
}
</style>
border-color css
<style>
span { border-color: #D7B793; }
span { border-color: rgb(215,183,147); }
td.TdClassName
{
border-color: #D7B793;
}
.TagClassName
{
border-color: #D7B793;
}
</style>