Shades of Tan #D6BF93
Tints of Tan #D6BF93
RGB
CMYK
RGB Variations
Color information
#D6BF93 (or 0xD6BF93) is known color: Tan. HEX triplet: D6, BF and 93. RGB value is (214,191,147). Sum of RGB (Red+Green+Blue) = 214+191+147=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 147 (57.81% from 255 or 26.63% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BF93 is #29406C. Grayscale: #C1C1C1. Windows color (decimal): -2703469 or 9682902. OLE color: 9682902.
HSL color Cylindrical-coordinate representation of color #D6BF93: hue angle of 39.4º 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 #D6BF93 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 147 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.16 |
| HSL | 39.4º | 0.45% | 0.71% | - |
| HSV(B) | 39.4º | 0.31% | 0.84% | - |
| XYZ | 51.63 | 53.66 | 35.24 | - |
| YUV | 192.86 | 102.12 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 147 | 0 | 0.11 | 0.31 | 0.16 | 39.4 | 0.45 | 0.71 |
| Hex | D6 | BF | 93 | 0 | B | 1F | 10 | 27 | 2D | 47 |
| Octal | 326 | 277 | 223 | 0 | 13 | 37 | 20 | 47 | 55 | 107 |
| Binary | 11010110 | 10111111 | 10010011 | 0 | 1011 | 11111 | 10000 | 100111 | 101101 | 1000111 |
Color Harmonies of #D6BF93
Complementary color
Monochromatic Colors of #D6BF93
Black with #D6BF93
Text Example
Text Example
White with #D6BF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BF93; }
p { color: rgb(214,191,147); }
H1.HeaderClassName
{
color: #D6BF93;
}
.AnyTagClassName
{
color: #D6BF93;
}
</style>
background-color css
<style>
a { background-color: #D6BF93; }
a { background-color: rgb(214,191,147); }
div.DivClassName
{
background-color: #D6BF93;
}
.BgClassName
{
background-color: #D6BF93;
}
</style>
border-color css
<style>
span { border-color: #D6BF93; }
span { border-color: rgb(214,191,147); }
td.TdClassName
{
border-color: #D6BF93;
}
.TagClassName
{
border-color: #D6BF93;
}
</style>