Shades of Tan #D5BA90
Tints of Tan #D5BA90
RGB
CMYK
RGB Variations
Color information
#D5BA90 (or 0xD5BA90) is known color: Tan. HEX triplet: D5, BA and 90. RGB value is (213,186,144). Sum of RGB (Red+Green+Blue) = 213+186+144=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BA90 is #2A456F. Grayscale: #BDBDBD. Windows color (decimal): -2770288 or 9485013. OLE color: 9485013.
HSL color Cylindrical-coordinate representation of color #D5BA90: hue angle of 36.52º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5BA90 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 144 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.16 |
| HSL | 36.52º | 0.45% | 0.7% | - |
| HSV(B) | 36.52º | 0.32% | 0.84% | - |
| XYZ | 50.03 | 51.28 | 33.65 | - |
| YUV | 189.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 144 | 0 | 0.13 | 0.32 | 0.16 | 36.52 | 0.45 | 0.7 |
| Hex | D5 | BA | 90 | 0 | D | 20 | 10 | 25 | 2D | 46 |
| Octal | 325 | 272 | 220 | 0 | 15 | 40 | 20 | 45 | 55 | 106 |
| Binary | 11010101 | 10111010 | 10010000 | 0 | 1101 | 100000 | 10000 | 100101 | 101101 | 1000110 |
Color Harmonies of #D5BA90
Complementary color
Monochromatic Colors of #D5BA90
Black with #D5BA90
Text Example
Text Example
White with #D5BA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA90; }
p { color: rgb(213,186,144); }
H1.HeaderClassName
{
color: #D5BA90;
}
.AnyTagClassName
{
color: #D5BA90;
}
</style>
background-color css
<style>
a { background-color: #D5BA90; }
a { background-color: rgb(213,186,144); }
div.DivClassName
{
background-color: #D5BA90;
}
.BgClassName
{
background-color: #D5BA90;
}
</style>
border-color css
<style>
span { border-color: #D5BA90; }
span { border-color: rgb(213,186,144); }
td.TdClassName
{
border-color: #D5BA90;
}
.TagClassName
{
border-color: #D5BA90;
}
</style>