Shades of Tan #D4BA94
Tints of Tan #D4BA94
RGB
CMYK
RGB Variations
Color information
#D4BA94 (or 0xD4BA94) is known color: Tan. HEX triplet: D4, BA and 94. RGB value is (212,186,148). Sum of RGB (Red+Green+Blue) = 212+186+148=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BA94 is #2B456B. Grayscale: #BDBDBD. Windows color (decimal): -2835820 or 9747156. OLE color: 9747156.
HSL color Cylindrical-coordinate representation of color #D4BA94: hue angle of 35.62º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4BA94 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 186 | 148 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.17 |
| HSL | 35.63º | 0.43% | 0.71% | - |
| HSV(B) | 35.63º | 0.3% | 0.83% | - |
| XYZ | 50.06 | 51.25 | 35.27 | - |
| YUV | 189.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 148 | 0 | 0.12 | 0.30 | 0.17 | 35.63 | 0.43 | 0.71 |
| Hex | D4 | BA | 94 | 0 | C | 1E | 11 | 24 | 2B | 47 |
| Octal | 324 | 272 | 224 | 0 | 14 | 36 | 21 | 44 | 53 | 107 |
| Binary | 11010100 | 10111010 | 10010100 | 0 | 1100 | 11110 | 10001 | 100100 | 101011 | 1000111 |
Color Harmonies of #D4BA94
Complementary color
Monochromatic Colors of #D4BA94
Black with #D4BA94
Text Example
Text Example
White with #D4BA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BA94; }
p { color: rgb(212,186,148); }
H1.HeaderClassName
{
color: #D4BA94;
}
.AnyTagClassName
{
color: #D4BA94;
}
</style>
background-color css
<style>
a { background-color: #D4BA94; }
a { background-color: rgb(212,186,148); }
div.DivClassName
{
background-color: #D4BA94;
}
.BgClassName
{
background-color: #D4BA94;
}
</style>
border-color css
<style>
span { border-color: #D4BA94; }
span { border-color: rgb(212,186,148); }
td.TdClassName
{
border-color: #D4BA94;
}
.TagClassName
{
border-color: #D4BA94;
}
</style>