Shades of Tan #D3B992
Tints of Tan #D3B992
RGB
CMYK
RGB Variations
Color information
#D3B992 (or 0xD3B992) is known color: Tan. HEX triplet: D3, B9 and 92. RGB value is (211,185,146). Sum of RGB (Red+Green+Blue) = 211+185+146=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B992 is #2C466D. Grayscale: #BCBCBC. Windows color (decimal): -2901614 or 9615827. OLE color: 9615827.
HSL color Cylindrical-coordinate representation of color #D3B992: hue angle of 36º degrees, saturation: 0.42, 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 #D3B992 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 185 | 146 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.17 |
| HSL | 36º | 0.42% | 0.7% | - |
| HSV(B) | 36º | 0.31% | 0.83% | - |
| XYZ | 49.4 | 50.62 | 34.36 | - |
| YUV | 188.33 | 104.11 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 185 | 146 | 0 | 0.12 | 0.31 | 0.17 | 36 | 0.42 | 0.7 |
| Hex | D3 | B9 | 92 | 0 | C | 1F | 11 | 24 | 2A | 46 |
| Octal | 323 | 271 | 222 | 0 | 14 | 37 | 21 | 44 | 52 | 106 |
| Binary | 11010011 | 10111001 | 10010010 | 0 | 1100 | 11111 | 10001 | 100100 | 101010 | 1000110 |
Color Harmonies of #D3B992
Complementary color
Monochromatic Colors of #D3B992
Black with #D3B992
Text Example
Text Example
White with #D3B992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B992; }
p { color: rgb(211,185,146); }
H1.HeaderClassName
{
color: #D3B992;
}
.AnyTagClassName
{
color: #D3B992;
}
</style>
background-color css
<style>
a { background-color: #D3B992; }
a { background-color: rgb(211,185,146); }
div.DivClassName
{
background-color: #D3B992;
}
.BgClassName
{
background-color: #D3B992;
}
</style>
border-color css
<style>
span { border-color: #D3B992; }
span { border-color: rgb(211,185,146); }
td.TdClassName
{
border-color: #D3B992;
}
.TagClassName
{
border-color: #D3B992;
}
</style>