Shades of Pancho #D7BD94
Tints of Pancho #D7BD94
RGB
CMYK
RGB Variations
Color information
#D7BD94 (or 0xD7BD94) is known color: Pancho. HEX triplet: D7, BD and 94. RGB value is (215,189,148). Sum of RGB (Red+Green+Blue) = 215+189+148=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BD94 is #28426B. Grayscale: #C0C0C0. Windows color (decimal): -2638444 or 9747927. OLE color: 9747927.
HSL color Cylindrical-coordinate representation of color #D7BD94: hue angle of 36.72º 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 #D7BD94 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 148 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.16 |
| HSL | 36.72º | 0.46% | 0.71% | - |
| HSV(B) | 36.72º | 0.31% | 0.84% | - |
| XYZ | 51.57 | 52.98 | 35.53 | - |
| YUV | 192.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 148 | 0 | 0.12 | 0.31 | 0.16 | 36.72 | 0.46 | 0.71 |
| Hex | D7 | BD | 94 | 0 | C | 1F | 10 | 25 | 2E | 47 |
| Octal | 327 | 275 | 224 | 0 | 14 | 37 | 20 | 45 | 56 | 107 |
| Binary | 11010111 | 10111101 | 10010100 | 0 | 1100 | 11111 | 10000 | 100101 | 101110 | 1000111 |
Color Harmonies of #D7BD94
Complementary color
Monochromatic Colors of #D7BD94
Black with #D7BD94
Text Example
Text Example
White with #D7BD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD94; }
p { color: rgb(215,189,148); }
H1.HeaderClassName
{
color: #D7BD94;
}
.AnyTagClassName
{
color: #D7BD94;
}
</style>
background-color css
<style>
a { background-color: #D7BD94; }
a { background-color: rgb(215,189,148); }
div.DivClassName
{
background-color: #D7BD94;
}
.BgClassName
{
background-color: #D7BD94;
}
</style>
border-color css
<style>
span { border-color: #D7BD94; }
span { border-color: rgb(215,189,148); }
td.TdClassName
{
border-color: #D7BD94;
}
.TagClassName
{
border-color: #D7BD94;
}
</style>