Shades of Tan #D7BA8B
Tints of Tan #D7BA8B
RGB
CMYK
RGB Variations
Color information
#D7BA8B (or 0xD7BA8B) is known color: Tan. HEX triplet: D7, BA and 8B. RGB value is (215,186,139). Sum of RGB (Red+Green+Blue) = 215+186+139=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 139 (54.69% from 255 or 25.74% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BA8B is #284574. Grayscale: #BDBDBD. Windows color (decimal): -2639221 or 9157335. OLE color: 9157335.
HSL color Cylindrical-coordinate representation of color #D7BA8B: hue angle of 37.11º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D7BA8B is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 139 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.16 |
| HSL | 37.11º | 0.49% | 0.69% | - |
| HSV(B) | 37.11º | 0.35% | 0.84% | - |
| XYZ | 50.24 | 51.43 | 31.7 | - |
| YUV | 189.31 | 99.61 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 139 | 0 | 0.13 | 0.35 | 0.16 | 37.11 | 0.49 | 0.69 |
| Hex | D7 | BA | 8B | 0 | D | 23 | 10 | 25 | 31 | 45 |
| Octal | 327 | 272 | 213 | 0 | 15 | 43 | 20 | 45 | 61 | 105 |
| Binary | 11010111 | 10111010 | 10001011 | 0 | 1101 | 100011 | 10000 | 100101 | 110001 | 1000101 |
Color Harmonies of #D7BA8B
Complementary color
Monochromatic Colors of #D7BA8B
Black with #D7BA8B
Text Example
Text Example
White with #D7BA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA8B; }
p { color: rgb(215,186,139); }
H1.HeaderClassName
{
color: #D7BA8B;
}
.AnyTagClassName
{
color: #D7BA8B;
}
</style>
background-color css
<style>
a { background-color: #D7BA8B; }
a { background-color: rgb(215,186,139); }
div.DivClassName
{
background-color: #D7BA8B;
}
.BgClassName
{
background-color: #D7BA8B;
}
</style>
border-color css
<style>
span { border-color: #D7BA8B; }
span { border-color: rgb(215,186,139); }
td.TdClassName
{
border-color: #D7BA8B;
}
.TagClassName
{
border-color: #D7BA8B;
}
</style>