Shades of Tan #D4BC95
Tints of Tan #D4BC95
RGB
CMYK
RGB Variations
Color information
#D4BC95 (or 0xD4BC95) is known color: Tan. HEX triplet: D4, BC and 95. RGB value is (212,188,149). Sum of RGB (Red+Green+Blue) = 212+188+149=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BC95 is #2B436A. Grayscale: #BEBEBE. Windows color (decimal): -2835307 or 9813204. OLE color: 9813204.
HSL color Cylindrical-coordinate representation of color #D4BC95: hue angle of 37.14º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4BC95 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 149 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.17 |
| HSL | 37.14º | 0.42% | 0.71% | - |
| HSV(B) | 37.14º | 0.3% | 0.83% | - |
| XYZ | 50.56 | 52.13 | 35.83 | - |
| YUV | 190.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 149 | 0 | 0.11 | 0.30 | 0.17 | 37.14 | 0.42 | 0.71 |
| Hex | D4 | BC | 95 | 0 | B | 1E | 11 | 25 | 2A | 47 |
| Octal | 324 | 274 | 225 | 0 | 13 | 36 | 21 | 45 | 52 | 107 |
| Binary | 11010100 | 10111100 | 10010101 | 0 | 1011 | 11110 | 10001 | 100101 | 101010 | 1000111 |
Color Harmonies of #D4BC95
Complementary color
Monochromatic Colors of #D4BC95
Black with #D4BC95
Text Example
Text Example
White with #D4BC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BC95; }
p { color: rgb(212,188,149); }
H1.HeaderClassName
{
color: #D4BC95;
}
.AnyTagClassName
{
color: #D4BC95;
}
</style>
background-color css
<style>
a { background-color: #D4BC95; }
a { background-color: rgb(212,188,149); }
div.DivClassName
{
background-color: #D4BC95;
}
.BgClassName
{
background-color: #D4BC95;
}
</style>
border-color css
<style>
span { border-color: #D4BC95; }
span { border-color: rgb(212,188,149); }
td.TdClassName
{
border-color: #D4BC95;
}
.TagClassName
{
border-color: #D4BC95;
}
</style>