Shades of Tan #D5B78D
Tints of Tan #D5B78D
RGB
CMYK
RGB Variations
Color information
#D5B78D (or 0xD5B78D) is known color: Tan. HEX triplet: D5, B7 and 8D. RGB value is (213,183,141). Sum of RGB (Red+Green+Blue) = 213+183+141=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B78D is #2A4872. Grayscale: #BBBBBB. Windows color (decimal): -2771059 or 9287637. OLE color: 9287637.
HSL color Cylindrical-coordinate representation of color #D5B78D: hue angle of 35º 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 #D5B78D is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 183 | 141 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.16 |
| HSL | 35º | 0.46% | 0.69% | - |
| HSV(B) | 35º | 0.34% | 0.84% | - |
| XYZ | 49.18 | 49.94 | 32.25 | - |
| YUV | 187.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 183 | 141 | 0 | 0.14 | 0.34 | 0.16 | 35 | 0.46 | 0.69 |
| Hex | D5 | B7 | 8D | 0 | E | 22 | 10 | 23 | 2E | 45 |
| Octal | 325 | 267 | 215 | 0 | 16 | 42 | 20 | 43 | 56 | 105 |
| Binary | 11010101 | 10110111 | 10001101 | 0 | 1110 | 100010 | 10000 | 100011 | 101110 | 1000101 |
Color Harmonies of #D5B78D
Complementary color
Monochromatic Colors of #D5B78D
Black with #D5B78D
Text Example
Text Example
White with #D5B78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B78D; }
p { color: rgb(213,183,141); }
H1.HeaderClassName
{
color: #D5B78D;
}
.AnyTagClassName
{
color: #D5B78D;
}
</style>
background-color css
<style>
a { background-color: #D5B78D; }
a { background-color: rgb(213,183,141); }
div.DivClassName
{
background-color: #D5B78D;
}
.BgClassName
{
background-color: #D5B78D;
}
</style>
border-color css
<style>
span { border-color: #D5B78D; }
span { border-color: rgb(213,183,141); }
td.TdClassName
{
border-color: #D5B78D;
}
.TagClassName
{
border-color: #D5B78D;
}
</style>