Shades of Tan #D6BE8F
Tints of Tan #D6BE8F
RGB
CMYK
RGB Variations
Color information
#D6BE8F (or 0xD6BE8F) is known color: Tan. HEX triplet: D6, BE and 8F. RGB value is (214,190,143). Sum of RGB (Red+Green+Blue) = 214+190+143=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 143 (56.25% from 255 or 26.14% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BE8F is #294170. Grayscale: #C0C0C0. Windows color (decimal): -2703729 or 9420502. OLE color: 9420502.
HSL color Cylindrical-coordinate representation of color #D6BE8F: hue angle of 39.72º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6BE8F is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 143 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.16 |
| HSL | 39.72º | 0.46% | 0.7% | - |
| HSV(B) | 39.72º | 0.33% | 0.84% | - |
| XYZ | 51.1 | 53.11 | 33.54 | - |
| YUV | 191.82 | 100.45 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 143 | 0 | 0.11 | 0.33 | 0.16 | 39.72 | 0.46 | 0.7 |
| Hex | D6 | BE | 8F | 0 | B | 21 | 10 | 28 | 2E | 46 |
| Octal | 326 | 276 | 217 | 0 | 13 | 41 | 20 | 50 | 56 | 106 |
| Binary | 11010110 | 10111110 | 10001111 | 0 | 1011 | 100001 | 10000 | 101000 | 101110 | 1000110 |
Color Harmonies of #D6BE8F
Complementary color
Monochromatic Colors of #D6BE8F
Black with #D6BE8F
Text Example
Text Example
White with #D6BE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BE8F; }
p { color: rgb(214,190,143); }
H1.HeaderClassName
{
color: #D6BE8F;
}
.AnyTagClassName
{
color: #D6BE8F;
}
</style>
background-color css
<style>
a { background-color: #D6BE8F; }
a { background-color: rgb(214,190,143); }
div.DivClassName
{
background-color: #D6BE8F;
}
.BgClassName
{
background-color: #D6BE8F;
}
</style>
border-color css
<style>
span { border-color: #D6BE8F; }
span { border-color: rgb(214,190,143); }
td.TdClassName
{
border-color: #D6BE8F;
}
.TagClassName
{
border-color: #D6BE8F;
}
</style>