Shades of Tan #D7BA8D
Tints of Tan #D7BA8D
RGB
CMYK
RGB Variations
Color information
#D7BA8D (or 0xD7BA8D) is known color: Tan. HEX triplet: D7, BA and 8D. RGB value is (215,186,141). Sum of RGB (Red+Green+Blue) = 215+186+141=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BA8D is #284572. Grayscale: #BDBDBD. Windows color (decimal): -2639219 or 9288407. OLE color: 9288407.
HSL color Cylindrical-coordinate representation of color #D7BA8D: hue angle of 36.49º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D7BA8D is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 141 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.16 |
| HSL | 36.49º | 0.48% | 0.7% | - |
| HSV(B) | 36.49º | 0.34% | 0.84% | - |
| XYZ | 50.39 | 51.49 | 32.48 | - |
| YUV | 189.54 | 100.61 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 141 | 0 | 0.13 | 0.34 | 0.16 | 36.49 | 0.48 | 0.7 |
| Hex | D7 | BA | 8D | 0 | D | 22 | 10 | 24 | 30 | 46 |
| Octal | 327 | 272 | 215 | 0 | 15 | 42 | 20 | 44 | 60 | 106 |
| Binary | 11010111 | 10111010 | 10001101 | 0 | 1101 | 100010 | 10000 | 100100 | 110000 | 1000110 |
Color Harmonies of #D7BA8D
Complementary color
Monochromatic Colors of #D7BA8D
Black with #D7BA8D
Text Example
Text Example
White with #D7BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA8D; }
p { color: rgb(215,186,141); }
H1.HeaderClassName
{
color: #D7BA8D;
}
.AnyTagClassName
{
color: #D7BA8D;
}
</style>
background-color css
<style>
a { background-color: #D7BA8D; }
a { background-color: rgb(215,186,141); }
div.DivClassName
{
background-color: #D7BA8D;
}
.BgClassName
{
background-color: #D7BA8D;
}
</style>
border-color css
<style>
span { border-color: #D7BA8D; }
span { border-color: rgb(215,186,141); }
td.TdClassName
{
border-color: #D7BA8D;
}
.TagClassName
{
border-color: #D7BA8D;
}
</style>