Shades of Tan #D4BC8F
Tints of Tan #D4BC8F
RGB
CMYK
RGB Variations
Color information
#D4BC8F (or 0xD4BC8F) is known color: Tan. HEX triplet: D4, BC and 8F. RGB value is (212,188,143). Sum of RGB (Red+Green+Blue) = 212+188+143=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BC8F is #2B4370. Grayscale: #BEBEBE. Windows color (decimal): -2835313 or 9419988. OLE color: 9419988.
HSL color Cylindrical-coordinate representation of color #D4BC8F: hue angle of 39.13º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4BC8F is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 143 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.17 |
| HSL | 39.13º | 0.45% | 0.7% | - |
| HSV(B) | 39.13º | 0.33% | 0.83% | - |
| XYZ | 50.09 | 51.95 | 33.37 | - |
| YUV | 190.05 | 101.45 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 143 | 0 | 0.11 | 0.33 | 0.17 | 39.13 | 0.45 | 0.7 |
| Hex | D4 | BC | 8F | 0 | B | 21 | 11 | 27 | 2D | 46 |
| Octal | 324 | 274 | 217 | 0 | 13 | 41 | 21 | 47 | 55 | 106 |
| Binary | 11010100 | 10111100 | 10001111 | 0 | 1011 | 100001 | 10001 | 100111 | 101101 | 1000110 |
Color Harmonies of #D4BC8F
Complementary color
Monochromatic Colors of #D4BC8F
Black with #D4BC8F
Text Example
Text Example
White with #D4BC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BC8F; }
p { color: rgb(212,188,143); }
H1.HeaderClassName
{
color: #D4BC8F;
}
.AnyTagClassName
{
color: #D4BC8F;
}
</style>
background-color css
<style>
a { background-color: #D4BC8F; }
a { background-color: rgb(212,188,143); }
div.DivClassName
{
background-color: #D4BC8F;
}
.BgClassName
{
background-color: #D4BC8F;
}
</style>
border-color css
<style>
span { border-color: #D4BC8F; }
span { border-color: rgb(212,188,143); }
td.TdClassName
{
border-color: #D4BC8F;
}
.TagClassName
{
border-color: #D4BC8F;
}
</style>