Shades of Pancho #D7BD98
Tints of Pancho #D7BD98
RGB
CMYK
RGB Variations
Color information
#D7BD98 (or 0xD7BD98) is known color: Pancho. HEX triplet: D7, BD and 98. RGB value is (215,189,152). Sum of RGB (Red+Green+Blue) = 215+189+152=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 152 (59.77% from 255 or 27.34% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BD98 is #284267. Grayscale: #C0C0C0. Windows color (decimal): -2638440 or 10010071. OLE color: 10010071.
HSL color Cylindrical-coordinate representation of color #D7BD98: hue angle of 35.24º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7BD98 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 152 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.16 |
| HSL | 35.24º | 0.44% | 0.72% | - |
| HSV(B) | 35.24º | 0.29% | 0.84% | - |
| XYZ | 51.89 | 53.11 | 37.22 | - |
| YUV | 192.56 | 105.11 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 152 | 0 | 0.12 | 0.29 | 0.16 | 35.24 | 0.44 | 0.72 |
| Hex | D7 | BD | 98 | 0 | C | 1D | 10 | 23 | 2C | 48 |
| Octal | 327 | 275 | 230 | 0 | 14 | 35 | 20 | 43 | 54 | 110 |
| Binary | 11010111 | 10111101 | 10011000 | 0 | 1100 | 11101 | 10000 | 100011 | 101100 | 1001000 |
Color Harmonies of #D7BD98
Complementary color
Monochromatic Colors of #D7BD98
Black with #D7BD98
Text Example
Text Example
White with #D7BD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD98; }
p { color: rgb(215,189,152); }
H1.HeaderClassName
{
color: #D7BD98;
}
.AnyTagClassName
{
color: #D7BD98;
}
</style>
background-color css
<style>
a { background-color: #D7BD98; }
a { background-color: rgb(215,189,152); }
div.DivClassName
{
background-color: #D7BD98;
}
.BgClassName
{
background-color: #D7BD98;
}
</style>
border-color css
<style>
span { border-color: #D7BD98; }
span { border-color: rgb(215,189,152); }
td.TdClassName
{
border-color: #D7BD98;
}
.TagClassName
{
border-color: #D7BD98;
}
</style>