Shades of Tan #D6BB8F
Tints of Tan #D6BB8F
RGB
CMYK
RGB Variations
Color information
#D6BB8F (or 0xD6BB8F) is known color: Tan. HEX triplet: D6, BB and 8F. RGB value is (214,187,143). Sum of RGB (Red+Green+Blue) = 214+187+143=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BB8F is #294470. Grayscale: #BEBEBE. Windows color (decimal): -2704497 or 9419734. OLE color: 9419734.
HSL color Cylindrical-coordinate representation of color #D6BB8F: hue angle of 37.18º 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 #D6BB8F is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 143 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.16 |
| HSL | 37.18º | 0.46% | 0.7% | - |
| HSV(B) | 37.18º | 0.33% | 0.84% | - |
| XYZ | 50.46 | 51.82 | 33.33 | - |
| YUV | 190.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 143 | 0 | 0.13 | 0.33 | 0.16 | 37.18 | 0.46 | 0.7 |
| Hex | D6 | BB | 8F | 0 | D | 21 | 10 | 25 | 2E | 46 |
| Octal | 326 | 273 | 217 | 0 | 15 | 41 | 20 | 45 | 56 | 106 |
| Binary | 11010110 | 10111011 | 10001111 | 0 | 1101 | 100001 | 10000 | 100101 | 101110 | 1000110 |
Color Harmonies of #D6BB8F
Complementary color
Monochromatic Colors of #D6BB8F
Black with #D6BB8F
Text Example
Text Example
White with #D6BB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BB8F; }
p { color: rgb(214,187,143); }
H1.HeaderClassName
{
color: #D6BB8F;
}
.AnyTagClassName
{
color: #D6BB8F;
}
</style>
background-color css
<style>
a { background-color: #D6BB8F; }
a { background-color: rgb(214,187,143); }
div.DivClassName
{
background-color: #D6BB8F;
}
.BgClassName
{
background-color: #D6BB8F;
}
</style>
border-color css
<style>
span { border-color: #D6BB8F; }
span { border-color: rgb(214,187,143); }
td.TdClassName
{
border-color: #D6BB8F;
}
.TagClassName
{
border-color: #D6BB8F;
}
</style>