Shades of Tan #D7B590
Tints of Tan #D7B590
RGB
CMYK
RGB Variations
Color information
#D7B590 (or 0xD7B590) is known color: Tan. HEX triplet: D7, B5 and 90. RGB value is (215,181,144). Sum of RGB (Red+Green+Blue) = 215+181+144=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B590 is #284A6F. Grayscale: #BBBBBB. Windows color (decimal): -2640496 or 9483735. OLE color: 9483735.
HSL color Cylindrical-coordinate representation of color #D7B590: hue angle of 31.27º 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 #D7B590 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 181 | 144 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.16 |
| HSL | 31.27º | 0.47% | 0.7% | - |
| HSV(B) | 31.27º | 0.33% | 0.84% | - |
| XYZ | 49.58 | 49.51 | 33.33 | - |
| YUV | 186.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 181 | 144 | 0 | 0.16 | 0.33 | 0.16 | 31.27 | 0.47 | 0.7 |
| Hex | D7 | B5 | 90 | 0 | 10 | 21 | 10 | 1F | 2F | 46 |
| Octal | 327 | 265 | 220 | 0 | 20 | 41 | 20 | 37 | 57 | 106 |
| Binary | 11010111 | 10110101 | 10010000 | 0 | 10000 | 100001 | 10000 | 11111 | 101111 | 1000110 |
Color Harmonies of #D7B590
Complementary color
Monochromatic Colors of #D7B590
Black with #D7B590
Text Example
Text Example
White with #D7B590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B590; }
p { color: rgb(215,181,144); }
H1.HeaderClassName
{
color: #D7B590;
}
.AnyTagClassName
{
color: #D7B590;
}
</style>
background-color css
<style>
a { background-color: #D7B590; }
a { background-color: rgb(215,181,144); }
div.DivClassName
{
background-color: #D7B590;
}
.BgClassName
{
background-color: #D7B590;
}
</style>
border-color css
<style>
span { border-color: #D7B590; }
span { border-color: rgb(215,181,144); }
td.TdClassName
{
border-color: #D7B590;
}
.TagClassName
{
border-color: #D7B590;
}
</style>