Shades of Tan #D6BC94
Tints of Tan #D6BC94
RGB
CMYK
RGB Variations
Color information
#D6BC94 (or 0xD6BC94) is known color: Tan. HEX triplet: D6, BC and 94. RGB value is (214,188,148). Sum of RGB (Red+Green+Blue) = 214+188+148=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BC94 is #29436B. Grayscale: #BFBFBF. Windows color (decimal): -2704236 or 9747670. OLE color: 9747670.
HSL color Cylindrical-coordinate representation of color #D6BC94: hue angle of 36.36º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6BC94 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 148 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.16 |
| HSL | 36.36º | 0.45% | 0.71% | - |
| HSV(B) | 36.36º | 0.31% | 0.84% | - |
| XYZ | 51.06 | 52.4 | 35.44 | - |
| YUV | 191.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 148 | 0 | 0.12 | 0.31 | 0.16 | 36.36 | 0.45 | 0.71 |
| Hex | D6 | BC | 94 | 0 | C | 1F | 10 | 24 | 2D | 47 |
| Octal | 326 | 274 | 224 | 0 | 14 | 37 | 20 | 44 | 55 | 107 |
| Binary | 11010110 | 10111100 | 10010100 | 0 | 1100 | 11111 | 10000 | 100100 | 101101 | 1000111 |
Color Harmonies of #D6BC94
Complementary color
Monochromatic Colors of #D6BC94
Black with #D6BC94
Text Example
Text Example
White with #D6BC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BC94; }
p { color: rgb(214,188,148); }
H1.HeaderClassName
{
color: #D6BC94;
}
.AnyTagClassName
{
color: #D6BC94;
}
</style>
background-color css
<style>
a { background-color: #D6BC94; }
a { background-color: rgb(214,188,148); }
div.DivClassName
{
background-color: #D6BC94;
}
.BgClassName
{
background-color: #D6BC94;
}
</style>
border-color css
<style>
span { border-color: #D6BC94; }
span { border-color: rgb(214,188,148); }
td.TdClassName
{
border-color: #D6BC94;
}
.TagClassName
{
border-color: #D6BC94;
}
</style>