Shades of Tan #D4BC91
Tints of Tan #D4BC91
RGB
CMYK
RGB Variations
Color information
#D4BC91 (or 0xD4BC91) is known color: Tan. HEX triplet: D4, BC and 91. RGB value is (212,188,145). Sum of RGB (Red+Green+Blue) = 212+188+145=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BC91 is #2B436E. Grayscale: #BEBEBE. Windows color (decimal): -2835311 or 9551060. OLE color: 9551060.
HSL color Cylindrical-coordinate representation of color #D4BC91: hue angle of 38.51º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D4BC91 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 145 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.17 |
| HSL | 38.51º | 0.44% | 0.7% | - |
| HSV(B) | 38.51º | 0.32% | 0.83% | - |
| XYZ | 50.25 | 52.01 | 34.18 | - |
| YUV | 190.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 145 | 0 | 0.11 | 0.32 | 0.17 | 38.51 | 0.44 | 0.7 |
| Hex | D4 | BC | 91 | 0 | B | 20 | 11 | 27 | 2C | 46 |
| Octal | 324 | 274 | 221 | 0 | 13 | 40 | 21 | 47 | 54 | 106 |
| Binary | 11010100 | 10111100 | 10010001 | 0 | 1011 | 100000 | 10001 | 100111 | 101100 | 1000110 |
Color Harmonies of #D4BC91
Complementary color
Monochromatic Colors of #D4BC91
Black with #D4BC91
Text Example
Text Example
White with #D4BC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BC91; }
p { color: rgb(212,188,145); }
H1.HeaderClassName
{
color: #D4BC91;
}
.AnyTagClassName
{
color: #D4BC91;
}
</style>
background-color css
<style>
a { background-color: #D4BC91; }
a { background-color: rgb(212,188,145); }
div.DivClassName
{
background-color: #D4BC91;
}
.BgClassName
{
background-color: #D4BC91;
}
</style>
border-color css
<style>
span { border-color: #D4BC91; }
span { border-color: rgb(212,188,145); }
td.TdClassName
{
border-color: #D4BC91;
}
.TagClassName
{
border-color: #D4BC91;
}
</style>