Shades of Tan #D6B98A
Tints of Tan #D6B98A
RGB
CMYK
RGB Variations
Color information
#D6B98A (or 0xD6B98A) is known color: Tan. HEX triplet: D6, B9 and 8A. RGB value is (214,185,138). Sum of RGB (Red+Green+Blue) = 214+185+138=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B98A is #294675. Grayscale: #BCBCBC. Windows color (decimal): -2705014 or 9091542. OLE color: 9091542.
HSL color Cylindrical-coordinate representation of color #D6B98A: hue angle of 37.11º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6B98A is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 138 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.16 |
| HSL | 37.11º | 0.48% | 0.69% | - |
| HSV(B) | 37.11º | 0.36% | 0.84% | - |
| XYZ | 49.67 | 50.83 | 31.24 | - |
| YUV | 188.31 | 99.61 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 138 | 0 | 0.14 | 0.36 | 0.16 | 37.11 | 0.48 | 0.69 |
| Hex | D6 | B9 | 8A | 0 | E | 24 | 10 | 25 | 30 | 45 |
| Octal | 326 | 271 | 212 | 0 | 16 | 44 | 20 | 45 | 60 | 105 |
| Binary | 11010110 | 10111001 | 10001010 | 0 | 1110 | 100100 | 10000 | 100101 | 110000 | 1000101 |
Color Harmonies of #D6B98A
Complementary color
Monochromatic Colors of #D6B98A
Black with #D6B98A
Text Example
Text Example
White with #D6B98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B98A; }
p { color: rgb(214,185,138); }
H1.HeaderClassName
{
color: #D6B98A;
}
.AnyTagClassName
{
color: #D6B98A;
}
</style>
background-color css
<style>
a { background-color: #D6B98A; }
a { background-color: rgb(214,185,138); }
div.DivClassName
{
background-color: #D6B98A;
}
.BgClassName
{
background-color: #D6B98A;
}
</style>
border-color css
<style>
span { border-color: #D6B98A; }
span { border-color: rgb(214,185,138); }
td.TdClassName
{
border-color: #D6B98A;
}
.TagClassName
{
border-color: #D6B98A;
}
</style>