Shades of Tan #D1B590
Tints of Tan #D1B590
RGB
CMYK
RGB Variations
Color information
#D1B590 (or 0xD1B590) is known color: Tan. HEX triplet: D1, B5 and 90. RGB value is (209,181,144). Sum of RGB (Red+Green+Blue) = 209+181+144=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B590 is #2E4A6F. Grayscale: #B9B9B9. Windows color (decimal): -3033712 or 9483729. OLE color: 9483729.
HSL color Cylindrical-coordinate representation of color #D1B590: hue angle of 34.15º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1B590 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 181 | 144 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.18 |
| HSL | 34.15º | 0.41% | 0.69% | - |
| HSV(B) | 34.15º | 0.31% | 0.82% | - |
| XYZ | 47.85 | 48.62 | 33.25 | - |
| YUV | 185.15 | 104.78 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 144 | 0 | 0.13 | 0.31 | 0.18 | 34.15 | 0.41 | 0.69 |
| Hex | D1 | B5 | 90 | 0 | D | 1F | 12 | 22 | 29 | 45 |
| Octal | 321 | 265 | 220 | 0 | 15 | 37 | 22 | 42 | 51 | 105 |
| Binary | 11010001 | 10110101 | 10010000 | 0 | 1101 | 11111 | 10010 | 100010 | 101001 | 1000101 |
Color Harmonies of #D1B590
Complementary color
Monochromatic Colors of #D1B590
Black with #D1B590
Text Example
Text Example
White with #D1B590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B590; }
p { color: rgb(209,181,144); }
H1.HeaderClassName
{
color: #D1B590;
}
.AnyTagClassName
{
color: #D1B590;
}
</style>
background-color css
<style>
a { background-color: #D1B590; }
a { background-color: rgb(209,181,144); }
div.DivClassName
{
background-color: #D1B590;
}
.BgClassName
{
background-color: #D1B590;
}
</style>
border-color css
<style>
span { border-color: #D1B590; }
span { border-color: rgb(209,181,144); }
td.TdClassName
{
border-color: #D1B590;
}
.TagClassName
{
border-color: #D1B590;
}
</style>