Shades of Tan #D5B38D
Tints of Tan #D5B38D
RGB
CMYK
RGB Variations
Color information
#D5B38D (or 0xD5B38D) is known color: Tan. HEX triplet: D5, B3 and 8D. RGB value is (213,179,141). Sum of RGB (Red+Green+Blue) = 213+179+141=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B38D is #2A4C72. Grayscale: #B9B9B9. Windows color (decimal): -2772083 or 9286613. OLE color: 9286613.
HSL color Cylindrical-coordinate representation of color #D5B38D: hue angle of 31.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5B38D is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 141 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.16 |
| HSL | 31.67º | 0.46% | 0.69% | - |
| HSV(B) | 31.67º | 0.34% | 0.84% | - |
| XYZ | 48.37 | 48.31 | 31.97 | - |
| YUV | 184.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 141 | 0 | 0.16 | 0.34 | 0.16 | 31.67 | 0.46 | 0.69 |
| Hex | D5 | B3 | 8D | 0 | 10 | 22 | 10 | 20 | 2E | 45 |
| Octal | 325 | 263 | 215 | 0 | 20 | 42 | 20 | 40 | 56 | 105 |
| Binary | 11010101 | 10110011 | 10001101 | 0 | 10000 | 100010 | 10000 | 100000 | 101110 | 1000101 |
Color Harmonies of #D5B38D
Complementary color
Monochromatic Colors of #D5B38D
Black with #D5B38D
Text Example
Text Example
White with #D5B38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B38D; }
p { color: rgb(213,179,141); }
H1.HeaderClassName
{
color: #D5B38D;
}
.AnyTagClassName
{
color: #D5B38D;
}
</style>
background-color css
<style>
a { background-color: #D5B38D; }
a { background-color: rgb(213,179,141); }
div.DivClassName
{
background-color: #D5B38D;
}
.BgClassName
{
background-color: #D5B38D;
}
</style>
border-color css
<style>
span { border-color: #D5B38D; }
span { border-color: rgb(213,179,141); }
td.TdClassName
{
border-color: #D5B38D;
}
.TagClassName
{
border-color: #D5B38D;
}
</style>