Shades of Tan #D7BA8C
Tints of Tan #D7BA8C
RGB
CMYK
RGB Variations
Color information
#D7BA8C (or 0xD7BA8C) is known color: Tan. HEX triplet: D7, BA and 8C. RGB value is (215,186,140). Sum of RGB (Red+Green+Blue) = 215+186+140=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BA8C is #284573. Grayscale: #BDBDBD. Windows color (decimal): -2639220 or 9222871. OLE color: 9222871.
HSL color Cylindrical-coordinate representation of color #D7BA8C: hue angle of 36.8º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D7BA8C is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 140 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.16 |
| HSL | 36.8º | 0.48% | 0.7% | - |
| HSV(B) | 36.8º | 0.35% | 0.84% | - |
| XYZ | 50.32 | 51.46 | 32.09 | - |
| YUV | 189.43 | 100.11 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 140 | 0 | 0.13 | 0.35 | 0.16 | 36.8 | 0.48 | 0.7 |
| Hex | D7 | BA | 8C | 0 | D | 23 | 10 | 25 | 30 | 46 |
| Octal | 327 | 272 | 214 | 0 | 15 | 43 | 20 | 45 | 60 | 106 |
| Binary | 11010111 | 10111010 | 10001100 | 0 | 1101 | 100011 | 10000 | 100101 | 110000 | 1000110 |
Color Harmonies of #D7BA8C
Complementary color
Monochromatic Colors of #D7BA8C
Black with #D7BA8C
Text Example
Text Example
White with #D7BA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA8C; }
p { color: rgb(215,186,140); }
H1.HeaderClassName
{
color: #D7BA8C;
}
.AnyTagClassName
{
color: #D7BA8C;
}
</style>
background-color css
<style>
a { background-color: #D7BA8C; }
a { background-color: rgb(215,186,140); }
div.DivClassName
{
background-color: #D7BA8C;
}
.BgClassName
{
background-color: #D7BA8C;
}
</style>
border-color css
<style>
span { border-color: #D7BA8C; }
span { border-color: rgb(215,186,140); }
td.TdClassName
{
border-color: #D7BA8C;
}
.TagClassName
{
border-color: #D7BA8C;
}
</style>