Shades of Tan #D1B98B
Tints of Tan #D1B98B
RGB
CMYK
RGB Variations
Color information
#D1B98B (or 0xD1B98B) is known color: Tan. HEX triplet: D1, B9 and 8B. RGB value is (209,185,139). Sum of RGB (Red+Green+Blue) = 209+185+139=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B98B is #2E4674. Grayscale: #BBBBBB. Windows color (decimal): -3032693 or 9157073. OLE color: 9157073.
HSL color Cylindrical-coordinate representation of color #D1B98B: hue angle of 39.43º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1B98B is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 139 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.18 |
| HSL | 39.43º | 0.43% | 0.68% | - |
| HSV(B) | 39.43º | 0.33% | 0.82% | - |
| XYZ | 48.3 | 50.12 | 31.55 | - |
| YUV | 186.93 | 100.95 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 139 | 0 | 0.11 | 0.33 | 0.18 | 39.43 | 0.43 | 0.68 |
| Hex | D1 | B9 | 8B | 0 | B | 21 | 12 | 27 | 2B | 44 |
| Octal | 321 | 271 | 213 | 0 | 13 | 41 | 22 | 47 | 53 | 104 |
| Binary | 11010001 | 10111001 | 10001011 | 0 | 1011 | 100001 | 10010 | 100111 | 101011 | 1000100 |
Color Harmonies of #D1B98B
Complementary color
Monochromatic Colors of #D1B98B
Black with #D1B98B
Text Example
Text Example
White with #D1B98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B98B; }
p { color: rgb(209,185,139); }
H1.HeaderClassName
{
color: #D1B98B;
}
.AnyTagClassName
{
color: #D1B98B;
}
</style>
background-color css
<style>
a { background-color: #D1B98B; }
a { background-color: rgb(209,185,139); }
div.DivClassName
{
background-color: #D1B98B;
}
.BgClassName
{
background-color: #D1B98B;
}
</style>
border-color css
<style>
span { border-color: #D1B98B; }
span { border-color: rgb(209,185,139); }
td.TdClassName
{
border-color: #D1B98B;
}
.TagClassName
{
border-color: #D1B98B;
}
</style>