Shades of Tan #D5B88A
Tints of Tan #D5B88A
RGB
CMYK
RGB Variations
Color information
#D5B88A (or 0xD5B88A) is known color: Tan. HEX triplet: D5, B8 and 8A. RGB value is (213,184,138). Sum of RGB (Red+Green+Blue) = 213+184+138=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B88A is #2A4775. Grayscale: #BBBBBB. Windows color (decimal): -2770806 or 9091285. OLE color: 9091285.
HSL color Cylindrical-coordinate representation of color #D5B88A: hue angle of 36.8º 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 #D5B88A is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 184 | 138 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.16 |
| HSL | 36.8º | 0.47% | 0.69% | - |
| HSV(B) | 36.8º | 0.35% | 0.84% | - |
| XYZ | 49.17 | 50.26 | 31.15 | - |
| YUV | 187.43 | 100.11 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 184 | 138 | 0 | 0.14 | 0.35 | 0.16 | 36.8 | 0.47 | 0.69 |
| Hex | D5 | B8 | 8A | 0 | E | 23 | 10 | 25 | 2F | 45 |
| Octal | 325 | 270 | 212 | 0 | 16 | 43 | 20 | 45 | 57 | 105 |
| Binary | 11010101 | 10111000 | 10001010 | 0 | 1110 | 100011 | 10000 | 100101 | 101111 | 1000101 |
Color Harmonies of #D5B88A
Complementary color
Monochromatic Colors of #D5B88A
Black with #D5B88A
Text Example
Text Example
White with #D5B88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B88A; }
p { color: rgb(213,184,138); }
H1.HeaderClassName
{
color: #D5B88A;
}
.AnyTagClassName
{
color: #D5B88A;
}
</style>
background-color css
<style>
a { background-color: #D5B88A; }
a { background-color: rgb(213,184,138); }
div.DivClassName
{
background-color: #D5B88A;
}
.BgClassName
{
background-color: #D5B88A;
}
</style>
border-color css
<style>
span { border-color: #D5B88A; }
span { border-color: rgb(213,184,138); }
td.TdClassName
{
border-color: #D5B88A;
}
.TagClassName
{
border-color: #D5B88A;
}
</style>