Shades of Tan #D5B98B
Tints of Tan #D5B98B
RGB
CMYK
RGB Variations
Color information
#D5B98B (or 0xD5B98B) is known color: Tan. HEX triplet: D5, B9 and 8B. RGB value is (213,185,139). Sum of RGB (Red+Green+Blue) = 213+185+139=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B98B is #2A4674. Grayscale: #BCBCBC. Windows color (decimal): -2770549 or 9157077. OLE color: 9157077.
HSL color Cylindrical-coordinate representation of color #D5B98B: hue angle of 37.3º 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 #D5B98B is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 139 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.16 |
| HSL | 37.3º | 0.47% | 0.69% | - |
| HSV(B) | 37.3º | 0.35% | 0.84% | - |
| XYZ | 49.45 | 50.71 | 31.61 | - |
| YUV | 188.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 139 | 0 | 0.13 | 0.35 | 0.16 | 37.3 | 0.47 | 0.69 |
| Hex | D5 | B9 | 8B | 0 | D | 23 | 10 | 25 | 2F | 45 |
| Octal | 325 | 271 | 213 | 0 | 15 | 43 | 20 | 45 | 57 | 105 |
| Binary | 11010101 | 10111001 | 10001011 | 0 | 1101 | 100011 | 10000 | 100101 | 101111 | 1000101 |
Color Harmonies of #D5B98B
Complementary color
Monochromatic Colors of #D5B98B
Black with #D5B98B
Text Example
Text Example
White with #D5B98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B98B; }
p { color: rgb(213,185,139); }
H1.HeaderClassName
{
color: #D5B98B;
}
.AnyTagClassName
{
color: #D5B98B;
}
</style>
background-color css
<style>
a { background-color: #D5B98B; }
a { background-color: rgb(213,185,139); }
div.DivClassName
{
background-color: #D5B98B;
}
.BgClassName
{
background-color: #D5B98B;
}
</style>
border-color css
<style>
span { border-color: #D5B98B; }
span { border-color: rgb(213,185,139); }
td.TdClassName
{
border-color: #D5B98B;
}
.TagClassName
{
border-color: #D5B98B;
}
</style>