Shades of Pancho #D7BB94
Tints of Pancho #D7BB94
RGB
CMYK
RGB Variations
Color information
#D7BB94 (or 0xD7BB94) is known color: Pancho. HEX triplet: D7, BB and 94. RGB value is (215,187,148). Sum of RGB (Red+Green+Blue) = 215+187+148=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BB94 is #28446B. Grayscale: #BFBFBF. Windows color (decimal): -2638956 or 9747415. OLE color: 9747415.
HSL color Cylindrical-coordinate representation of color #D7BB94: hue angle of 34.93º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7BB94 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 187 | 148 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.16 |
| HSL | 34.93º | 0.46% | 0.71% | - |
| HSV(B) | 34.93º | 0.31% | 0.84% | - |
| XYZ | 51.14 | 52.13 | 35.38 | - |
| YUV | 190.93 | 103.78 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 148 | 0 | 0.13 | 0.31 | 0.16 | 34.93 | 0.46 | 0.71 |
| Hex | D7 | BB | 94 | 0 | D | 1F | 10 | 23 | 2E | 47 |
| Octal | 327 | 273 | 224 | 0 | 15 | 37 | 20 | 43 | 56 | 107 |
| Binary | 11010111 | 10111011 | 10010100 | 0 | 1101 | 11111 | 10000 | 100011 | 101110 | 1000111 |
Color Harmonies of #D7BB94
Complementary color
Monochromatic Colors of #D7BB94
Black with #D7BB94
Text Example
Text Example
White with #D7BB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BB94; }
p { color: rgb(215,187,148); }
H1.HeaderClassName
{
color: #D7BB94;
}
.AnyTagClassName
{
color: #D7BB94;
}
</style>
background-color css
<style>
a { background-color: #D7BB94; }
a { background-color: rgb(215,187,148); }
div.DivClassName
{
background-color: #D7BB94;
}
.BgClassName
{
background-color: #D7BB94;
}
</style>
border-color css
<style>
span { border-color: #D7BB94; }
span { border-color: rgb(215,187,148); }
td.TdClassName
{
border-color: #D7BB94;
}
.TagClassName
{
border-color: #D7BB94;
}
</style>