Shades of Tan #D5B38B
Tints of Tan #D5B38B
RGB
CMYK
RGB Variations
Color information
#D5B38B (or 0xD5B38B) is known color: Tan. HEX triplet: D5, B3 and 8B. RGB value is (213,179,139). Sum of RGB (Red+Green+Blue) = 213+179+139=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B38B is #2A4C74. Grayscale: #B8B8B8. Windows color (decimal): -2772085 or 9155541. OLE color: 9155541.
HSL color Cylindrical-coordinate representation of color #D5B38B: hue angle of 32.43º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5B38B is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 139 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.16 |
| HSL | 32.43º | 0.47% | 0.69% | - |
| HSV(B) | 32.43º | 0.35% | 0.84% | - |
| XYZ | 48.22 | 48.25 | 31.2 | - |
| YUV | 184.61 | 102.26 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 139 | 0 | 0.16 | 0.35 | 0.16 | 32.43 | 0.47 | 0.69 |
| Hex | D5 | B3 | 8B | 0 | 10 | 23 | 10 | 20 | 2F | 45 |
| Octal | 325 | 263 | 213 | 0 | 20 | 43 | 20 | 40 | 57 | 105 |
| Binary | 11010101 | 10110011 | 10001011 | 0 | 10000 | 100011 | 10000 | 100000 | 101111 | 1000101 |
Color Harmonies of #D5B38B
Complementary color
Monochromatic Colors of #D5B38B
Black with #D5B38B
Text Example
Text Example
White with #D5B38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B38B; }
p { color: rgb(213,179,139); }
H1.HeaderClassName
{
color: #D5B38B;
}
.AnyTagClassName
{
color: #D5B38B;
}
</style>
background-color css
<style>
a { background-color: #D5B38B; }
a { background-color: rgb(213,179,139); }
div.DivClassName
{
background-color: #D5B38B;
}
.BgClassName
{
background-color: #D5B38B;
}
</style>
border-color css
<style>
span { border-color: #D5B38B; }
span { border-color: rgb(213,179,139); }
td.TdClassName
{
border-color: #D5B38B;
}
.TagClassName
{
border-color: #D5B38B;
}
</style>