Shades of Tan #D6B98C
Tints of Tan #D6B98C
RGB
CMYK
RGB Variations
Color information
#D6B98C (or 0xD6B98C) is known color: Tan. HEX triplet: D6, B9 and 8C. RGB value is (214,185,140). Sum of RGB (Red+Green+Blue) = 214+185+140=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B98C is #294673. Grayscale: #BCBCBC. Windows color (decimal): -2705012 or 9222614. OLE color: 9222614.
HSL color Cylindrical-coordinate representation of color #D6B98C: hue angle of 36.49º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6B98C is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 140 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.16 |
| HSL | 36.49º | 0.47% | 0.69% | - |
| HSV(B) | 36.49º | 0.35% | 0.84% | - |
| XYZ | 49.81 | 50.89 | 32.01 | - |
| YUV | 188.54 | 100.61 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 140 | 0 | 0.14 | 0.35 | 0.16 | 36.49 | 0.47 | 0.69 |
| Hex | D6 | B9 | 8C | 0 | E | 23 | 10 | 24 | 2F | 45 |
| Octal | 326 | 271 | 214 | 0 | 16 | 43 | 20 | 44 | 57 | 105 |
| Binary | 11010110 | 10111001 | 10001100 | 0 | 1110 | 100011 | 10000 | 100100 | 101111 | 1000101 |
Color Harmonies of #D6B98C
Complementary color
Monochromatic Colors of #D6B98C
Black with #D6B98C
Text Example
Text Example
White with #D6B98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B98C; }
p { color: rgb(214,185,140); }
H1.HeaderClassName
{
color: #D6B98C;
}
.AnyTagClassName
{
color: #D6B98C;
}
</style>
background-color css
<style>
a { background-color: #D6B98C; }
a { background-color: rgb(214,185,140); }
div.DivClassName
{
background-color: #D6B98C;
}
.BgClassName
{
background-color: #D6B98C;
}
</style>
border-color css
<style>
span { border-color: #D6B98C; }
span { border-color: rgb(214,185,140); }
td.TdClassName
{
border-color: #D6B98C;
}
.TagClassName
{
border-color: #D6B98C;
}
</style>