Shades of Tan #D6B08E
Tints of Tan #D6B08E
RGB
CMYK
RGB Variations
Color information
#D6B08E (or 0xD6B08E) is known color: Tan. HEX triplet: D6, B0 and 8E. RGB value is (214,176,142). Sum of RGB (Red+Green+Blue) = 214+176+142=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B08E is #294F71. Grayscale: #B7B7B7. Windows color (decimal): -2707314 or 9351382. OLE color: 9351382.
HSL color Cylindrical-coordinate representation of color #D6B08E: hue angle of 28.33º 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 #D6B08E is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 142 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.16 |
| HSL | 28.33º | 0.47% | 0.7% | - |
| HSV(B) | 28.33º | 0.34% | 0.84% | - |
| XYZ | 48.14 | 47.3 | 32.18 | - |
| YUV | 183.49 | 104.59 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 142 | 0 | 0.18 | 0.34 | 0.16 | 28.33 | 0.47 | 0.7 |
| Hex | D6 | B0 | 8E | 0 | 12 | 22 | 10 | 1C | 2F | 46 |
| Octal | 326 | 260 | 216 | 0 | 22 | 42 | 20 | 34 | 57 | 106 |
| Binary | 11010110 | 10110000 | 10001110 | 0 | 10010 | 100010 | 10000 | 11100 | 101111 | 1000110 |
Color Harmonies of #D6B08E
Complementary color
Monochromatic Colors of #D6B08E
Black with #D6B08E
Text Example
Text Example
White with #D6B08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B08E; }
p { color: rgb(214,176,142); }
H1.HeaderClassName
{
color: #D6B08E;
}
.AnyTagClassName
{
color: #D6B08E;
}
</style>
background-color css
<style>
a { background-color: #D6B08E; }
a { background-color: rgb(214,176,142); }
div.DivClassName
{
background-color: #D6B08E;
}
.BgClassName
{
background-color: #D6B08E;
}
</style>
border-color css
<style>
span { border-color: #D6B08E; }
span { border-color: rgb(214,176,142); }
td.TdClassName
{
border-color: #D6B08E;
}
.TagClassName
{
border-color: #D6B08E;
}
</style>