Shades of Tan #D7BD91
Tints of Tan #D7BD91
RGB
CMYK
RGB Variations
Color information
#D7BD91 (or 0xD7BD91) is known color: Tan. HEX triplet: D7, BD and 91. RGB value is (215,189,145). Sum of RGB (Red+Green+Blue) = 215+189+145=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 145 (57.03% from 255 or 26.41% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BD91 is #28426E. Grayscale: #BFBFBF. Windows color (decimal): -2638447 or 9551319. OLE color: 9551319.
HSL color Cylindrical-coordinate representation of color #D7BD91: hue angle of 37.71º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7BD91 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 145 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.16 |
| HSL | 37.71º | 0.47% | 0.71% | - |
| HSV(B) | 37.71º | 0.33% | 0.84% | - |
| XYZ | 51.33 | 52.89 | 34.29 | - |
| YUV | 191.76 | 101.61 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 145 | 0 | 0.12 | 0.33 | 0.16 | 37.71 | 0.47 | 0.71 |
| Hex | D7 | BD | 91 | 0 | C | 21 | 10 | 26 | 2F | 47 |
| Octal | 327 | 275 | 221 | 0 | 14 | 41 | 20 | 46 | 57 | 107 |
| Binary | 11010111 | 10111101 | 10010001 | 0 | 1100 | 100001 | 10000 | 100110 | 101111 | 1000111 |
Color Harmonies of #D7BD91
Complementary color
Monochromatic Colors of #D7BD91
Black with #D7BD91
Text Example
Text Example
White with #D7BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD91; }
p { color: rgb(215,189,145); }
H1.HeaderClassName
{
color: #D7BD91;
}
.AnyTagClassName
{
color: #D7BD91;
}
</style>
background-color css
<style>
a { background-color: #D7BD91; }
a { background-color: rgb(215,189,145); }
div.DivClassName
{
background-color: #D7BD91;
}
.BgClassName
{
background-color: #D7BD91;
}
</style>
border-color css
<style>
span { border-color: #D7BD91; }
span { border-color: rgb(215,189,145); }
td.TdClassName
{
border-color: #D7BD91;
}
.TagClassName
{
border-color: #D7BD91;
}
</style>