Shades of Tan #D1B785
Tints of Tan #D1B785
RGB
CMYK
RGB Variations
Color information
#D1B785 (or 0xD1B785) is known color: Tan. HEX triplet: D1, B7 and 85. RGB value is (209,183,133). Sum of RGB (Red+Green+Blue) = 209+183+133=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B785 is #2E487A. Grayscale: #B9B9B9. Windows color (decimal): -3033211 or 8763345. OLE color: 8763345.
HSL color Cylindrical-coordinate representation of color #D1B785: hue angle of 39.47º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D1B785 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 133 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.18 |
| HSL | 39.47º | 0.45% | 0.67% | - |
| HSV(B) | 39.47º | 0.36% | 0.82% | - |
| XYZ | 47.46 | 49.12 | 29.17 | - |
| YUV | 185.07 | 98.61 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 133 | 0 | 0.12 | 0.36 | 0.18 | 39.47 | 0.45 | 0.67 |
| Hex | D1 | B7 | 85 | 0 | C | 24 | 12 | 27 | 2D | 43 |
| Octal | 321 | 267 | 205 | 0 | 14 | 44 | 22 | 47 | 55 | 103 |
| Binary | 11010001 | 10110111 | 10000101 | 0 | 1100 | 100100 | 10010 | 100111 | 101101 | 1000011 |
Color Harmonies of #D1B785
Complementary color
Monochromatic Colors of #D1B785
Black with #D1B785
Text Example
Text Example
White with #D1B785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B785; }
p { color: rgb(209,183,133); }
H1.HeaderClassName
{
color: #D1B785;
}
.AnyTagClassName
{
color: #D1B785;
}
</style>
background-color css
<style>
a { background-color: #D1B785; }
a { background-color: rgb(209,183,133); }
div.DivClassName
{
background-color: #D1B785;
}
.BgClassName
{
background-color: #D1B785;
}
</style>
border-color css
<style>
span { border-color: #D1B785; }
span { border-color: rgb(209,183,133); }
td.TdClassName
{
border-color: #D1B785;
}
.TagClassName
{
border-color: #D1B785;
}
</style>