Shades of Tan #D7BC8D
Tints of Tan #D7BC8D
RGB
CMYK
RGB Variations
Color information
#D7BC8D (or 0xD7BC8D) is known color: Tan. HEX triplet: D7, BC and 8D. RGB value is (215,188,141). Sum of RGB (Red+Green+Blue) = 215+188+141=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BC8D is #284372. Grayscale: #BEBEBE. Windows color (decimal): -2638707 or 9288919. OLE color: 9288919.
HSL color Cylindrical-coordinate representation of color #D7BC8D: hue angle of 38.11º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D7BC8D is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 188 | 141 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.16 |
| HSL | 38.11º | 0.48% | 0.7% | - |
| HSV(B) | 38.11º | 0.34% | 0.84% | - |
| XYZ | 50.82 | 52.34 | 32.62 | - |
| YUV | 190.72 | 99.95 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 188 | 141 | 0 | 0.13 | 0.34 | 0.16 | 38.11 | 0.48 | 0.7 |
| Hex | D7 | BC | 8D | 0 | D | 22 | 10 | 26 | 30 | 46 |
| Octal | 327 | 274 | 215 | 0 | 15 | 42 | 20 | 46 | 60 | 106 |
| Binary | 11010111 | 10111100 | 10001101 | 0 | 1101 | 100010 | 10000 | 100110 | 110000 | 1000110 |
Color Harmonies of #D7BC8D
Complementary color
Monochromatic Colors of #D7BC8D
Black with #D7BC8D
Text Example
Text Example
White with #D7BC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BC8D; }
p { color: rgb(215,188,141); }
H1.HeaderClassName
{
color: #D7BC8D;
}
.AnyTagClassName
{
color: #D7BC8D;
}
</style>
background-color css
<style>
a { background-color: #D7BC8D; }
a { background-color: rgb(215,188,141); }
div.DivClassName
{
background-color: #D7BC8D;
}
.BgClassName
{
background-color: #D7BC8D;
}
</style>
border-color css
<style>
span { border-color: #D7BC8D; }
span { border-color: rgb(215,188,141); }
td.TdClassName
{
border-color: #D7BC8D;
}
.TagClassName
{
border-color: #D7BC8D;
}
</style>