Shades of Tan #D5B889
Tints of Tan #D5B889
RGB
CMYK
RGB Variations
Color information
#D5B889 (or 0xD5B889) is known color: Tan. HEX triplet: D5, B8 and 89. RGB value is (213,184,137). Sum of RGB (Red+Green+Blue) = 213+184+137=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 137 (53.91% from 255 or 25.66% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B889 is #2A4776. Grayscale: #BBBBBB. Windows color (decimal): -2770807 or 9025749. OLE color: 9025749.
HSL color Cylindrical-coordinate representation of color #D5B889: hue angle of 37.11º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5B889 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 184 | 137 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.16 |
| HSL | 37.11º | 0.48% | 0.69% | - |
| HSV(B) | 37.11º | 0.36% | 0.84% | - |
| XYZ | 49.1 | 50.23 | 30.78 | - |
| YUV | 187.31 | 99.61 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 184 | 137 | 0 | 0.14 | 0.36 | 0.16 | 37.11 | 0.48 | 0.69 |
| Hex | D5 | B8 | 89 | 0 | E | 24 | 10 | 25 | 30 | 45 |
| Octal | 325 | 270 | 211 | 0 | 16 | 44 | 20 | 45 | 60 | 105 |
| Binary | 11010101 | 10111000 | 10001001 | 0 | 1110 | 100100 | 10000 | 100101 | 110000 | 1000101 |
Color Harmonies of #D5B889
Complementary color
Monochromatic Colors of #D5B889
Black with #D5B889
Text Example
Text Example
White with #D5B889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B889; }
p { color: rgb(213,184,137); }
H1.HeaderClassName
{
color: #D5B889;
}
.AnyTagClassName
{
color: #D5B889;
}
</style>
background-color css
<style>
a { background-color: #D5B889; }
a { background-color: rgb(213,184,137); }
div.DivClassName
{
background-color: #D5B889;
}
.BgClassName
{
background-color: #D5B889;
}
</style>
border-color css
<style>
span { border-color: #D5B889; }
span { border-color: rgb(213,184,137); }
td.TdClassName
{
border-color: #D5B889;
}
.TagClassName
{
border-color: #D5B889;
}
</style>