Shades of Tan #D1BA89
Tints of Tan #D1BA89
RGB
CMYK
RGB Variations
Color information
#D1BA89 (or 0xD1BA89) is known color: Tan. HEX triplet: D1, BA and 89. RGB value is (209,186,137). Sum of RGB (Red+Green+Blue) = 209+186+137=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 137 (53.91% from 255 or 25.75% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BA89 is #2E4576. Grayscale: #BBBBBB. Windows color (decimal): -3032439 or 9026257. OLE color: 9026257.
HSL color Cylindrical-coordinate representation of color #D1BA89: hue angle of 40.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D1BA89 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 137 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.18 |
| HSL | 40.83º | 0.44% | 0.68% | - |
| HSV(B) | 40.83º | 0.34% | 0.82% | - |
| XYZ | 48.37 | 50.48 | 30.86 | - |
| YUV | 187.29 | 99.62 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 137 | 0 | 0.11 | 0.34 | 0.18 | 40.83 | 0.44 | 0.68 |
| Hex | D1 | BA | 89 | 0 | B | 22 | 12 | 29 | 2C | 44 |
| Octal | 321 | 272 | 211 | 0 | 13 | 42 | 22 | 51 | 54 | 104 |
| Binary | 11010001 | 10111010 | 10001001 | 0 | 1011 | 100010 | 10010 | 101001 | 101100 | 1000100 |
Color Harmonies of #D1BA89
Complementary color
Monochromatic Colors of #D1BA89
Black with #D1BA89
Text Example
Text Example
White with #D1BA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA89; }
p { color: rgb(209,186,137); }
H1.HeaderClassName
{
color: #D1BA89;
}
.AnyTagClassName
{
color: #D1BA89;
}
</style>
background-color css
<style>
a { background-color: #D1BA89; }
a { background-color: rgb(209,186,137); }
div.DivClassName
{
background-color: #D1BA89;
}
.BgClassName
{
background-color: #D1BA89;
}
</style>
border-color css
<style>
span { border-color: #D1BA89; }
span { border-color: rgb(209,186,137); }
td.TdClassName
{
border-color: #D1BA89;
}
.TagClassName
{
border-color: #D1BA89;
}
</style>