Shades of Tan #D7BD8F
Tints of Tan #D7BD8F
RGB
CMYK
RGB Variations
Color information
#D7BD8F (or 0xD7BD8F) is known color: Tan. HEX triplet: D7, BD and 8F. RGB value is (215,189,143). Sum of RGB (Red+Green+Blue) = 215+189+143=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 143 (56.25% from 255 or 26.14% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BD8F is #284270. Grayscale: #BFBFBF. Windows color (decimal): -2638449 or 9420247. OLE color: 9420247.
HSL color Cylindrical-coordinate representation of color #D7BD8F: hue angle of 38.33º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7BD8F is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 143 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.16 |
| HSL | 38.33º | 0.47% | 0.7% | - |
| HSV(B) | 38.33º | 0.33% | 0.84% | - |
| XYZ | 51.18 | 52.83 | 33.49 | - |
| YUV | 191.53 | 100.61 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 143 | 0 | 0.12 | 0.33 | 0.16 | 38.33 | 0.47 | 0.7 |
| Hex | D7 | BD | 8F | 0 | C | 21 | 10 | 26 | 2F | 46 |
| Octal | 327 | 275 | 217 | 0 | 14 | 41 | 20 | 46 | 57 | 106 |
| Binary | 11010111 | 10111101 | 10001111 | 0 | 1100 | 100001 | 10000 | 100110 | 101111 | 1000110 |
Color Harmonies of #D7BD8F
Complementary color
Monochromatic Colors of #D7BD8F
Black with #D7BD8F
Text Example
Text Example
White with #D7BD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD8F; }
p { color: rgb(215,189,143); }
H1.HeaderClassName
{
color: #D7BD8F;
}
.AnyTagClassName
{
color: #D7BD8F;
}
</style>
background-color css
<style>
a { background-color: #D7BD8F; }
a { background-color: rgb(215,189,143); }
div.DivClassName
{
background-color: #D7BD8F;
}
.BgClassName
{
background-color: #D7BD8F;
}
</style>
border-color css
<style>
span { border-color: #D7BD8F; }
span { border-color: rgb(215,189,143); }
td.TdClassName
{
border-color: #D7BD8F;
}
.TagClassName
{
border-color: #D7BD8F;
}
</style>