Shades of Tan #D6B08D
Tints of Tan #D6B08D
RGB
CMYK
RGB Variations
Color information
#D6B08D (or 0xD6B08D) is known color: Tan. HEX triplet: D6, B0 and 8D. RGB value is (214,176,141). Sum of RGB (Red+Green+Blue) = 214+176+141=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B08D is #294F72. Grayscale: #B7B7B7. Windows color (decimal): -2707315 or 9285846. OLE color: 9285846.
HSL color Cylindrical-coordinate representation of color #D6B08D: hue angle of 28.77º 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 #D6B08D is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 141 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.16 |
| HSL | 28.77º | 0.47% | 0.7% | - |
| HSV(B) | 28.77º | 0.34% | 0.84% | - |
| XYZ | 48.06 | 47.27 | 31.79 | - |
| YUV | 183.37 | 104.09 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 141 | 0 | 0.18 | 0.34 | 0.16 | 28.77 | 0.47 | 0.7 |
| Hex | D6 | B0 | 8D | 0 | 12 | 22 | 10 | 1D | 2F | 46 |
| Octal | 326 | 260 | 215 | 0 | 22 | 42 | 20 | 35 | 57 | 106 |
| Binary | 11010110 | 10110000 | 10001101 | 0 | 10010 | 100010 | 10000 | 11101 | 101111 | 1000110 |
Color Harmonies of #D6B08D
Complementary color
Monochromatic Colors of #D6B08D
Black with #D6B08D
Text Example
Text Example
White with #D6B08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B08D; }
p { color: rgb(214,176,141); }
H1.HeaderClassName
{
color: #D6B08D;
}
.AnyTagClassName
{
color: #D6B08D;
}
</style>
background-color css
<style>
a { background-color: #D6B08D; }
a { background-color: rgb(214,176,141); }
div.DivClassName
{
background-color: #D6B08D;
}
.BgClassName
{
background-color: #D6B08D;
}
</style>
border-color css
<style>
span { border-color: #D6B08D; }
span { border-color: rgb(214,176,141); }
td.TdClassName
{
border-color: #D6B08D;
}
.TagClassName
{
border-color: #D6B08D;
}
</style>