Shades of Tan #D6B78D
Tints of Tan #D6B78D
RGB
CMYK
RGB Variations
Color information
#D6B78D (or 0xD6B78D) is known color: Tan. HEX triplet: D6, B7 and 8D. RGB value is (214,183,141). Sum of RGB (Red+Green+Blue) = 214+183+141=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B78D is #294872. Grayscale: #BBBBBB. Windows color (decimal): -2705523 or 9287638. OLE color: 9287638.
HSL color Cylindrical-coordinate representation of color #D6B78D: hue angle of 34.52º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6B78D is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 141 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.16 |
| HSL | 34.52º | 0.47% | 0.7% | - |
| HSV(B) | 34.52º | 0.34% | 0.84% | - |
| XYZ | 49.47 | 50.09 | 32.26 | - |
| YUV | 187.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 141 | 0 | 0.14 | 0.34 | 0.16 | 34.52 | 0.47 | 0.7 |
| Hex | D6 | B7 | 8D | 0 | E | 22 | 10 | 23 | 2F | 46 |
| Octal | 326 | 267 | 215 | 0 | 16 | 42 | 20 | 43 | 57 | 106 |
| Binary | 11010110 | 10110111 | 10001101 | 0 | 1110 | 100010 | 10000 | 100011 | 101111 | 1000110 |
Color Harmonies of #D6B78D
Complementary color
Monochromatic Colors of #D6B78D
Black with #D6B78D
Text Example
Text Example
White with #D6B78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B78D; }
p { color: rgb(214,183,141); }
H1.HeaderClassName
{
color: #D6B78D;
}
.AnyTagClassName
{
color: #D6B78D;
}
</style>
background-color css
<style>
a { background-color: #D6B78D; }
a { background-color: rgb(214,183,141); }
div.DivClassName
{
background-color: #D6B78D;
}
.BgClassName
{
background-color: #D6B78D;
}
</style>
border-color css
<style>
span { border-color: #D6B78D; }
span { border-color: rgb(214,183,141); }
td.TdClassName
{
border-color: #D6B78D;
}
.TagClassName
{
border-color: #D6B78D;
}
</style>