Shades of Tan #D4BA89
Tints of Tan #D4BA89
RGB
CMYK
RGB Variations
Color information
#D4BA89 (or 0xD4BA89) is known color: Tan. HEX triplet: D4, BA and 89. RGB value is (212,186,137). Sum of RGB (Red+Green+Blue) = 212+186+137=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 137 (53.91% from 255 or 25.61% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BA89 is #2B4576. Grayscale: #BCBCBC. Windows color (decimal): -2835831 or 9026260. OLE color: 9026260.
HSL color Cylindrical-coordinate representation of color #D4BA89: hue angle of 39.2º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4BA89 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 186 | 137 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.17 |
| HSL | 39.2º | 0.47% | 0.68% | - |
| HSV(B) | 39.2º | 0.35% | 0.83% | - |
| XYZ | 49.23 | 50.92 | 30.9 | - |
| YUV | 188.19 | 99.11 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 137 | 0 | 0.12 | 0.35 | 0.17 | 39.2 | 0.47 | 0.68 |
| Hex | D4 | BA | 89 | 0 | C | 23 | 11 | 27 | 2F | 44 |
| Octal | 324 | 272 | 211 | 0 | 14 | 43 | 21 | 47 | 57 | 104 |
| Binary | 11010100 | 10111010 | 10001001 | 0 | 1100 | 100011 | 10001 | 100111 | 101111 | 1000100 |
Color Harmonies of #D4BA89
Complementary color
Monochromatic Colors of #D4BA89
Black with #D4BA89
Text Example
Text Example
White with #D4BA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BA89; }
p { color: rgb(212,186,137); }
H1.HeaderClassName
{
color: #D4BA89;
}
.AnyTagClassName
{
color: #D4BA89;
}
</style>
background-color css
<style>
a { background-color: #D4BA89; }
a { background-color: rgb(212,186,137); }
div.DivClassName
{
background-color: #D4BA89;
}
.BgClassName
{
background-color: #D4BA89;
}
</style>
border-color css
<style>
span { border-color: #D4BA89; }
span { border-color: rgb(212,186,137); }
td.TdClassName
{
border-color: #D4BA89;
}
.TagClassName
{
border-color: #D4BA89;
}
</style>