Shades of Tan #D7BC8C
Tints of Tan #D7BC8C
RGB
CMYK
RGB Variations
Color information
#D7BC8C (or 0xD7BC8C) is known color: Tan. HEX triplet: D7, BC and 8C. RGB value is (215,188,140). Sum of RGB (Red+Green+Blue) = 215+188+140=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BC8C is #284373. Grayscale: #BEBEBE. Windows color (decimal): -2638708 or 9223383. OLE color: 9223383.
HSL color Cylindrical-coordinate representation of color #D7BC8C: hue angle of 38.4º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D7BC8C is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 188 | 140 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.16 |
| HSL | 38.4º | 0.48% | 0.7% | - |
| HSV(B) | 38.4º | 0.35% | 0.84% | - |
| XYZ | 50.74 | 52.31 | 32.23 | - |
| YUV | 190.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 188 | 140 | 0 | 0.13 | 0.35 | 0.16 | 38.4 | 0.48 | 0.7 |
| Hex | D7 | BC | 8C | 0 | D | 23 | 10 | 26 | 30 | 46 |
| Octal | 327 | 274 | 214 | 0 | 15 | 43 | 20 | 46 | 60 | 106 |
| Binary | 11010111 | 10111100 | 10001100 | 0 | 1101 | 100011 | 10000 | 100110 | 110000 | 1000110 |
Color Harmonies of #D7BC8C
Complementary color
Monochromatic Colors of #D7BC8C
Black with #D7BC8C
Text Example
Text Example
White with #D7BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BC8C; }
p { color: rgb(215,188,140); }
H1.HeaderClassName
{
color: #D7BC8C;
}
.AnyTagClassName
{
color: #D7BC8C;
}
</style>
background-color css
<style>
a { background-color: #D7BC8C; }
a { background-color: rgb(215,188,140); }
div.DivClassName
{
background-color: #D7BC8C;
}
.BgClassName
{
background-color: #D7BC8C;
}
</style>
border-color css
<style>
span { border-color: #D7BC8C; }
span { border-color: rgb(215,188,140); }
td.TdClassName
{
border-color: #D7BC8C;
}
.TagClassName
{
border-color: #D7BC8C;
}
</style>