Shades of Tan #D0BA8D
Tints of Tan #D0BA8D
RGB
CMYK
RGB Variations
Color information
#D0BA8D (or 0xD0BA8D) is known color: Tan. HEX triplet: D0, BA and 8D. RGB value is (208,186,141). Sum of RGB (Red+Green+Blue) = 208+186+141=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BA8D is #2F4572. Grayscale: #BBBBBB. Windows color (decimal): -3097971 or 9288400. OLE color: 9288400.
HSL color Cylindrical-coordinate representation of color #D0BA8D: hue angle of 40.3º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0BA8D is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 141 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.18 |
| HSL | 40.3º | 0.42% | 0.68% | - |
| HSV(B) | 40.3º | 0.32% | 0.82% | - |
| XYZ | 48.38 | 50.45 | 32.39 | - |
| YUV | 187.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 141 | 0 | 0.11 | 0.32 | 0.18 | 40.3 | 0.42 | 0.68 |
| Hex | D0 | BA | 8D | 0 | B | 20 | 12 | 28 | 2A | 44 |
| Octal | 320 | 272 | 215 | 0 | 13 | 40 | 22 | 50 | 52 | 104 |
| Binary | 11010000 | 10111010 | 10001101 | 0 | 1011 | 100000 | 10010 | 101000 | 101010 | 1000100 |
Color Harmonies of #D0BA8D
Complementary color
Monochromatic Colors of #D0BA8D
Black with #D0BA8D
Text Example
Text Example
White with #D0BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BA8D; }
p { color: rgb(208,186,141); }
H1.HeaderClassName
{
color: #D0BA8D;
}
.AnyTagClassName
{
color: #D0BA8D;
}
</style>
background-color css
<style>
a { background-color: #D0BA8D; }
a { background-color: rgb(208,186,141); }
div.DivClassName
{
background-color: #D0BA8D;
}
.BgClassName
{
background-color: #D0BA8D;
}
</style>
border-color css
<style>
span { border-color: #D0BA8D; }
span { border-color: rgb(208,186,141); }
td.TdClassName
{
border-color: #D0BA8D;
}
.TagClassName
{
border-color: #D0BA8D;
}
</style>