Shades of Tan #D7BA90
Tints of Tan #D7BA90
RGB
CMYK
RGB Variations
Color information
#D7BA90 (or 0xD7BA90) is known color: Tan. HEX triplet: D7, BA and 90. RGB value is (215,186,144). Sum of RGB (Red+Green+Blue) = 215+186+144=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BA90 is #28456F. Grayscale: #BEBEBE. Windows color (decimal): -2639216 or 9485015. OLE color: 9485015.
HSL color Cylindrical-coordinate representation of color #D7BA90: hue angle of 35.49º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7BA90 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 144 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.16 |
| HSL | 35.49º | 0.47% | 0.7% | - |
| HSV(B) | 35.49º | 0.33% | 0.84% | - |
| XYZ | 50.62 | 51.58 | 33.67 | - |
| YUV | 189.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 144 | 0 | 0.13 | 0.33 | 0.16 | 35.49 | 0.47 | 0.7 |
| Hex | D7 | BA | 90 | 0 | D | 21 | 10 | 23 | 2F | 46 |
| Octal | 327 | 272 | 220 | 0 | 15 | 41 | 20 | 43 | 57 | 106 |
| Binary | 11010111 | 10111010 | 10010000 | 0 | 1101 | 100001 | 10000 | 100011 | 101111 | 1000110 |
Color Harmonies of #D7BA90
Complementary color
Monochromatic Colors of #D7BA90
Black with #D7BA90
Text Example
Text Example
White with #D7BA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA90; }
p { color: rgb(215,186,144); }
H1.HeaderClassName
{
color: #D7BA90;
}
.AnyTagClassName
{
color: #D7BA90;
}
</style>
background-color css
<style>
a { background-color: #D7BA90; }
a { background-color: rgb(215,186,144); }
div.DivClassName
{
background-color: #D7BA90;
}
.BgClassName
{
background-color: #D7BA90;
}
</style>
border-color css
<style>
span { border-color: #D7BA90; }
span { border-color: rgb(215,186,144); }
td.TdClassName
{
border-color: #D7BA90;
}
.TagClassName
{
border-color: #D7BA90;
}
</style>