Shades of Tan #D3B491
Tints of Tan #D3B491
RGB
CMYK
RGB Variations
Color information
#D3B491 (or 0xD3B491) is known color: Tan. HEX triplet: D3, B4 and 91. RGB value is (211,180,145). Sum of RGB (Red+Green+Blue) = 211+180+145=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B491 is #2C4B6E. Grayscale: #B9B9B9. Windows color (decimal): -2902895 or 9549011. OLE color: 9549011.
HSL color Cylindrical-coordinate representation of color #D3B491: hue angle of 31.82º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3B491 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 180 | 145 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.17 |
| HSL | 31.82º | 0.43% | 0.7% | - |
| HSV(B) | 31.82º | 0.31% | 0.83% | - |
| XYZ | 48.3 | 48.54 | 33.61 | - |
| YUV | 185.28 | 105.27 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 180 | 145 | 0 | 0.15 | 0.31 | 0.17 | 31.82 | 0.43 | 0.7 |
| Hex | D3 | B4 | 91 | 0 | F | 1F | 11 | 20 | 2B | 46 |
| Octal | 323 | 264 | 221 | 0 | 17 | 37 | 21 | 40 | 53 | 106 |
| Binary | 11010011 | 10110100 | 10010001 | 0 | 1111 | 11111 | 10001 | 100000 | 101011 | 1000110 |
Color Harmonies of #D3B491
Complementary color
Monochromatic Colors of #D3B491
Black with #D3B491
Text Example
Text Example
White with #D3B491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B491; }
p { color: rgb(211,180,145); }
H1.HeaderClassName
{
color: #D3B491;
}
.AnyTagClassName
{
color: #D3B491;
}
</style>
background-color css
<style>
a { background-color: #D3B491; }
a { background-color: rgb(211,180,145); }
div.DivClassName
{
background-color: #D3B491;
}
.BgClassName
{
background-color: #D3B491;
}
</style>
border-color css
<style>
span { border-color: #D3B491; }
span { border-color: rgb(211,180,145); }
td.TdClassName
{
border-color: #D3B491;
}
.TagClassName
{
border-color: #D3B491;
}
</style>