Shades of Tan #D2BA8F
Tints of Tan #D2BA8F
RGB
CMYK
RGB Variations
Color information
#D2BA8F (or 0xD2BA8F) is known color: Tan. HEX triplet: D2, BA and 8F. RGB value is (210,186,143). Sum of RGB (Red+Green+Blue) = 210+186+143=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 143 (56.25% from 255 or 26.53% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BA8F is #2D4570. Grayscale: #BCBCBC. Windows color (decimal): -2966897 or 9419474. OLE color: 9419474.
HSL color Cylindrical-coordinate representation of color #D2BA8F: hue angle of 38.51º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2BA8F is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 143 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.18 |
| HSL | 38.51º | 0.43% | 0.69% | - |
| HSV(B) | 38.51º | 0.32% | 0.82% | - |
| XYZ | 49.1 | 50.8 | 33.2 | - |
| YUV | 188.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 143 | 0 | 0.11 | 0.32 | 0.18 | 38.51 | 0.43 | 0.69 |
| Hex | D2 | BA | 8F | 0 | B | 20 | 12 | 27 | 2B | 45 |
| Octal | 322 | 272 | 217 | 0 | 13 | 40 | 22 | 47 | 53 | 105 |
| Binary | 11010010 | 10111010 | 10001111 | 0 | 1011 | 100000 | 10010 | 100111 | 101011 | 1000101 |
Color Harmonies of #D2BA8F
Complementary color
Monochromatic Colors of #D2BA8F
Black with #D2BA8F
Text Example
Text Example
White with #D2BA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA8F; }
p { color: rgb(210,186,143); }
H1.HeaderClassName
{
color: #D2BA8F;
}
.AnyTagClassName
{
color: #D2BA8F;
}
</style>
background-color css
<style>
a { background-color: #D2BA8F; }
a { background-color: rgb(210,186,143); }
div.DivClassName
{
background-color: #D2BA8F;
}
.BgClassName
{
background-color: #D2BA8F;
}
</style>
border-color css
<style>
span { border-color: #D2BA8F; }
span { border-color: rgb(210,186,143); }
td.TdClassName
{
border-color: #D2BA8F;
}
.TagClassName
{
border-color: #D2BA8F;
}
</style>