Shades of Tan #D1BA93
Tints of Tan #D1BA93
RGB
CMYK
RGB Variations
Color information
#D1BA93 (or 0xD1BA93) is known color: Tan. HEX triplet: D1, BA and 93. RGB value is (209,186,147). Sum of RGB (Red+Green+Blue) = 209+186+147=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BA93 is #2E456C. Grayscale: #BCBCBC. Windows color (decimal): -3032429 or 9681617. OLE color: 9681617.
HSL color Cylindrical-coordinate representation of color #D1BA93: hue angle of 37.74º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1BA93 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 147 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.18 |
| HSL | 37.74º | 0.4% | 0.7% | - |
| HSV(B) | 37.74º | 0.3% | 0.82% | - |
| XYZ | 49.12 | 50.78 | 34.82 | - |
| YUV | 188.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 147 | 0 | 0.11 | 0.30 | 0.18 | 37.74 | 0.4 | 0.7 |
| Hex | D1 | BA | 93 | 0 | B | 1E | 12 | 26 | 28 | 46 |
| Octal | 321 | 272 | 223 | 0 | 13 | 36 | 22 | 46 | 50 | 106 |
| Binary | 11010001 | 10111010 | 10010011 | 0 | 1011 | 11110 | 10010 | 100110 | 101000 | 1000110 |
Color Harmonies of #D1BA93
Complementary color
Monochromatic Colors of #D1BA93
Black with #D1BA93
Text Example
Text Example
White with #D1BA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA93; }
p { color: rgb(209,186,147); }
H1.HeaderClassName
{
color: #D1BA93;
}
.AnyTagClassName
{
color: #D1BA93;
}
</style>
background-color css
<style>
a { background-color: #D1BA93; }
a { background-color: rgb(209,186,147); }
div.DivClassName
{
background-color: #D1BA93;
}
.BgClassName
{
background-color: #D1BA93;
}
</style>
border-color css
<style>
span { border-color: #D1BA93; }
span { border-color: rgb(209,186,147); }
td.TdClassName
{
border-color: #D1BA93;
}
.TagClassName
{
border-color: #D1BA93;
}
</style>