Shades of Tan #D5BD8F
Tints of Tan #D5BD8F
RGB
CMYK
RGB Variations
Color information
#D5BD8F (or 0xD5BD8F) is known color: Tan. HEX triplet: D5, BD and 8F. RGB value is (213,189,143). Sum of RGB (Red+Green+Blue) = 213+189+143=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BD8F is #2A4270. Grayscale: #BFBFBF. Windows color (decimal): -2769521 or 9420245. OLE color: 9420245.
HSL color Cylindrical-coordinate representation of color #D5BD8F: hue angle of 39.43º degrees, saturation: 0.45, 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 #D5BD8F is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 189 | 143 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.16 |
| HSL | 39.43º | 0.45% | 0.7% | - |
| HSV(B) | 39.43º | 0.33% | 0.84% | - |
| XYZ | 50.6 | 52.52 | 33.46 | - |
| YUV | 190.93 | 100.95 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 143 | 0 | 0.11 | 0.33 | 0.16 | 39.43 | 0.45 | 0.7 |
| Hex | D5 | BD | 8F | 0 | B | 21 | 10 | 27 | 2D | 46 |
| Octal | 325 | 275 | 217 | 0 | 13 | 41 | 20 | 47 | 55 | 106 |
| Binary | 11010101 | 10111101 | 10001111 | 0 | 1011 | 100001 | 10000 | 100111 | 101101 | 1000110 |
Color Harmonies of #D5BD8F
Complementary color
Monochromatic Colors of #D5BD8F
Black with #D5BD8F
Text Example
Text Example
White with #D5BD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BD8F; }
p { color: rgb(213,189,143); }
H1.HeaderClassName
{
color: #D5BD8F;
}
.AnyTagClassName
{
color: #D5BD8F;
}
</style>
background-color css
<style>
a { background-color: #D5BD8F; }
a { background-color: rgb(213,189,143); }
div.DivClassName
{
background-color: #D5BD8F;
}
.BgClassName
{
background-color: #D5BD8F;
}
</style>
border-color css
<style>
span { border-color: #D5BD8F; }
span { border-color: rgb(213,189,143); }
td.TdClassName
{
border-color: #D5BD8F;
}
.TagClassName
{
border-color: #D5BD8F;
}
</style>