Shades of Tan #D3BA8A
Tints of Tan #D3BA8A
RGB
CMYK
RGB Variations
Color information
#D3BA8A (or 0xD3BA8A) is known color: Tan. HEX triplet: D3, BA and 8A. RGB value is (211,186,138). Sum of RGB (Red+Green+Blue) = 211+186+138=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BA8A is #2C4575. Grayscale: #BCBCBC. Windows color (decimal): -2901366 or 9091795. OLE color: 9091795.
HSL color Cylindrical-coordinate representation of color #D3BA8A: hue angle of 39.45º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D3BA8A is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 138 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.17 |
| HSL | 39.45º | 0.45% | 0.68% | - |
| HSV(B) | 39.45º | 0.35% | 0.83% | - |
| XYZ | 49.01 | 50.8 | 31.27 | - |
| YUV | 188 | 99.78 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 138 | 0 | 0.12 | 0.35 | 0.17 | 39.45 | 0.45 | 0.68 |
| Hex | D3 | BA | 8A | 0 | C | 23 | 11 | 27 | 2D | 44 |
| Octal | 323 | 272 | 212 | 0 | 14 | 43 | 21 | 47 | 55 | 104 |
| Binary | 11010011 | 10111010 | 10001010 | 0 | 1100 | 100011 | 10001 | 100111 | 101101 | 1000100 |
Color Harmonies of #D3BA8A
Complementary color
Monochromatic Colors of #D3BA8A
Black with #D3BA8A
Text Example
Text Example
White with #D3BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BA8A; }
p { color: rgb(211,186,138); }
H1.HeaderClassName
{
color: #D3BA8A;
}
.AnyTagClassName
{
color: #D3BA8A;
}
</style>
background-color css
<style>
a { background-color: #D3BA8A; }
a { background-color: rgb(211,186,138); }
div.DivClassName
{
background-color: #D3BA8A;
}
.BgClassName
{
background-color: #D3BA8A;
}
</style>
border-color css
<style>
span { border-color: #D3BA8A; }
span { border-color: rgb(211,186,138); }
td.TdClassName
{
border-color: #D3BA8A;
}
.TagClassName
{
border-color: #D3BA8A;
}
</style>