Shades of Tan #D2B991
Tints of Tan #D2B991
RGB
CMYK
RGB Variations
Color information
#D2B991 (or 0xD2B991) is known color: Tan. HEX triplet: D2, B9 and 91. RGB value is (210,185,145). Sum of RGB (Red+Green+Blue) = 210+185+145=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 145 (57.03% from 255 or 26.85% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B991 is #2D466E. Grayscale: #BCBCBC. Windows color (decimal): -2967151 or 9550290. OLE color: 9550290.
HSL color Cylindrical-coordinate representation of color #D2B991: hue angle of 36.92º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2B991 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 185 | 145 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.18 |
| HSL | 36.92º | 0.42% | 0.7% | - |
| HSV(B) | 36.92º | 0.31% | 0.82% | - |
| XYZ | 49.04 | 50.44 | 33.94 | - |
| YUV | 187.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 145 | 0 | 0.12 | 0.31 | 0.18 | 36.92 | 0.42 | 0.7 |
| Hex | D2 | B9 | 91 | 0 | C | 1F | 12 | 25 | 2A | 46 |
| Octal | 322 | 271 | 221 | 0 | 14 | 37 | 22 | 45 | 52 | 106 |
| Binary | 11010010 | 10111001 | 10010001 | 0 | 1100 | 11111 | 10010 | 100101 | 101010 | 1000110 |
Color Harmonies of #D2B991
Complementary color
Monochromatic Colors of #D2B991
Black with #D2B991
Text Example
Text Example
White with #D2B991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B991; }
p { color: rgb(210,185,145); }
H1.HeaderClassName
{
color: #D2B991;
}
.AnyTagClassName
{
color: #D2B991;
}
</style>
background-color css
<style>
a { background-color: #D2B991; }
a { background-color: rgb(210,185,145); }
div.DivClassName
{
background-color: #D2B991;
}
.BgClassName
{
background-color: #D2B991;
}
</style>
border-color css
<style>
span { border-color: #D2B991; }
span { border-color: rgb(210,185,145); }
td.TdClassName
{
border-color: #D2B991;
}
.TagClassName
{
border-color: #D2B991;
}
</style>