Shades of Tan #D5B98A
Tints of Tan #D5B98A
RGB
CMYK
RGB Variations
Color information
#D5B98A (or 0xD5B98A) is known color: Tan. HEX triplet: D5, B9 and 8A. RGB value is (213,185,138). Sum of RGB (Red+Green+Blue) = 213+185+138=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B98A is #2A4675. Grayscale: #BCBCBC. Windows color (decimal): -2770550 or 9091541. OLE color: 9091541.
HSL color Cylindrical-coordinate representation of color #D5B98A: hue angle of 37.6º 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 #D5B98A is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 138 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.16 |
| HSL | 37.6º | 0.47% | 0.69% | - |
| HSV(B) | 37.6º | 0.35% | 0.84% | - |
| XYZ | 49.38 | 50.68 | 31.22 | - |
| YUV | 188.01 | 99.78 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 138 | 0 | 0.13 | 0.35 | 0.16 | 37.6 | 0.47 | 0.69 |
| Hex | D5 | B9 | 8A | 0 | D | 23 | 10 | 26 | 2F | 45 |
| Octal | 325 | 271 | 212 | 0 | 15 | 43 | 20 | 46 | 57 | 105 |
| Binary | 11010101 | 10111001 | 10001010 | 0 | 1101 | 100011 | 10000 | 100110 | 101111 | 1000101 |
Color Harmonies of #D5B98A
Complementary color
Monochromatic Colors of #D5B98A
Black with #D5B98A
Text Example
Text Example
White with #D5B98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B98A; }
p { color: rgb(213,185,138); }
H1.HeaderClassName
{
color: #D5B98A;
}
.AnyTagClassName
{
color: #D5B98A;
}
</style>
background-color css
<style>
a { background-color: #D5B98A; }
a { background-color: rgb(213,185,138); }
div.DivClassName
{
background-color: #D5B98A;
}
.BgClassName
{
background-color: #D5B98A;
}
</style>
border-color css
<style>
span { border-color: #D5B98A; }
span { border-color: rgb(213,185,138); }
td.TdClassName
{
border-color: #D5B98A;
}
.TagClassName
{
border-color: #D5B98A;
}
</style>