Shades of Tan #D1BC93
Tints of Tan #D1BC93
RGB
CMYK
RGB Variations
Color information
#D1BC93 (or 0xD1BC93) is known color: Tan. HEX triplet: D1, BC and 93. RGB value is (209,188,147). Sum of RGB (Red+Green+Blue) = 209+188+147=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 147 (57.81% from 255 or 27.02% from 544); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BC93 is #2E436C. Grayscale: #BDBDBD. Windows color (decimal): -3031917 or 9682129. OLE color: 9682129.
HSL color Cylindrical-coordinate representation of color #D1BC93: hue angle of 39.68º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1BC93 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 147 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.18 |
| HSL | 39.68º | 0.4% | 0.7% | - |
| HSV(B) | 39.68º | 0.3% | 0.82% | - |
| XYZ | 49.54 | 51.63 | 34.96 | - |
| YUV | 189.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 147 | 0 | 0.10 | 0.30 | 0.18 | 39.68 | 0.4 | 0.7 |
| Hex | D1 | BC | 93 | 0 | A | 1E | 12 | 28 | 28 | 46 |
| Octal | 321 | 274 | 223 | 0 | 12 | 36 | 22 | 50 | 50 | 106 |
| Binary | 11010001 | 10111100 | 10010011 | 0 | 1010 | 11110 | 10010 | 101000 | 101000 | 1000110 |
Color Harmonies of #D1BC93
Complementary color
Monochromatic Colors of #D1BC93
Black with #D1BC93
Text Example
Text Example
White with #D1BC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BC93; }
p { color: rgb(209,188,147); }
H1.HeaderClassName
{
color: #D1BC93;
}
.AnyTagClassName
{
color: #D1BC93;
}
</style>
background-color css
<style>
a { background-color: #D1BC93; }
a { background-color: rgb(209,188,147); }
div.DivClassName
{
background-color: #D1BC93;
}
.BgClassName
{
background-color: #D1BC93;
}
</style>
border-color css
<style>
span { border-color: #D1BC93; }
span { border-color: rgb(209,188,147); }
td.TdClassName
{
border-color: #D1BC93;
}
.TagClassName
{
border-color: #D1BC93;
}
</style>