Shades of Pancho #D8B794
Tints of Pancho #D8B794
RGB
CMYK
RGB Variations
Color information
#D8B794 (or 0xD8B794) is known color: Pancho. HEX triplet: D8, B7 and 94. RGB value is (216,183,148). Sum of RGB (Red+Green+Blue) = 216+183+148=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 183 (71.88% from 255 or 33.46% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B794 is #27486B. Grayscale: #BDBDBD. Windows color (decimal): -2574444 or 9746392. OLE color: 9746392.
HSL color Cylindrical-coordinate representation of color #D8B794: hue angle of 30.88º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8B794 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 148 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.15 |
| HSL | 30.88º | 0.47% | 0.71% | - |
| HSV(B) | 30.88º | 0.31% | 0.85% | - |
| XYZ | 50.6 | 50.6 | 35.12 | - |
| YUV | 188.88 | 104.93 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 148 | 0 | 0.15 | 0.31 | 0.15 | 30.88 | 0.47 | 0.71 |
| Hex | D8 | B7 | 94 | 0 | F | 1F | F | 1F | 2F | 47 |
| Octal | 330 | 267 | 224 | 0 | 17 | 37 | 17 | 37 | 57 | 107 |
| Binary | 11011000 | 10110111 | 10010100 | 0 | 1111 | 11111 | 1111 | 11111 | 101111 | 1000111 |
Color Harmonies of #D8B794
Complementary color
Monochromatic Colors of #D8B794
Black with #D8B794
Text Example
Text Example
White with #D8B794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B794; }
p { color: rgb(216,183,148); }
H1.HeaderClassName
{
color: #D8B794;
}
.AnyTagClassName
{
color: #D8B794;
}
</style>
background-color css
<style>
a { background-color: #D8B794; }
a { background-color: rgb(216,183,148); }
div.DivClassName
{
background-color: #D8B794;
}
.BgClassName
{
background-color: #D8B794;
}
</style>
border-color css
<style>
span { border-color: #D8B794; }
span { border-color: rgb(216,183,148); }
td.TdClassName
{
border-color: #D8B794;
}
.TagClassName
{
border-color: #D8B794;
}
</style>