Shades of Tan #D3BC92
Tints of Tan #D3BC92
RGB
CMYK
RGB Variations
Color information
#D3BC92 (or 0xD3BC92) is known color: Tan. HEX triplet: D3, BC and 92. RGB value is (211,188,146). Sum of RGB (Red+Green+Blue) = 211+188+146=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BC92 is #2C436D. Grayscale: #BEBEBE. Windows color (decimal): -2900846 or 9616595. OLE color: 9616595.
HSL color Cylindrical-coordinate representation of color #D3BC92: hue angle of 38.77º 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 #D3BC92 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 146 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.17 |
| HSL | 38.77º | 0.42% | 0.7% | - |
| HSV(B) | 38.77º | 0.31% | 0.83% | - |
| XYZ | 50.04 | 51.89 | 34.57 | - |
| YUV | 190.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 146 | 0 | 0.11 | 0.31 | 0.17 | 38.77 | 0.42 | 0.7 |
| Hex | D3 | BC | 92 | 0 | B | 1F | 11 | 27 | 2A | 46 |
| Octal | 323 | 274 | 222 | 0 | 13 | 37 | 21 | 47 | 52 | 106 |
| Binary | 11010011 | 10111100 | 10010010 | 0 | 1011 | 11111 | 10001 | 100111 | 101010 | 1000110 |
Color Harmonies of #D3BC92
Complementary color
Monochromatic Colors of #D3BC92
Black with #D3BC92
Text Example
Text Example
White with #D3BC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BC92; }
p { color: rgb(211,188,146); }
H1.HeaderClassName
{
color: #D3BC92;
}
.AnyTagClassName
{
color: #D3BC92;
}
</style>
background-color css
<style>
a { background-color: #D3BC92; }
a { background-color: rgb(211,188,146); }
div.DivClassName
{
background-color: #D3BC92;
}
.BgClassName
{
background-color: #D3BC92;
}
</style>
border-color css
<style>
span { border-color: #D3BC92; }
span { border-color: rgb(211,188,146); }
td.TdClassName
{
border-color: #D3BC92;
}
.TagClassName
{
border-color: #D3BC92;
}
</style>