Shades of Tan #D7BD92
Tints of Tan #D7BD92
RGB
CMYK
RGB Variations
Color information
#D7BD92 (or 0xD7BD92) is known color: Tan. HEX triplet: D7, BD and 92. RGB value is (215,189,146). Sum of RGB (Red+Green+Blue) = 215+189+146=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BD92 is #28426D. Grayscale: #C0C0C0. Windows color (decimal): -2638446 or 9616855. OLE color: 9616855.
HSL color Cylindrical-coordinate representation of color #D7BD92: hue angle of 37.39º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7BD92 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 146 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.16 |
| HSL | 37.39º | 0.46% | 0.71% | - |
| HSV(B) | 37.39º | 0.32% | 0.84% | - |
| XYZ | 51.41 | 52.92 | 34.7 | - |
| YUV | 191.87 | 102.11 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 146 | 0 | 0.12 | 0.32 | 0.16 | 37.39 | 0.46 | 0.71 |
| Hex | D7 | BD | 92 | 0 | C | 20 | 10 | 25 | 2E | 47 |
| Octal | 327 | 275 | 222 | 0 | 14 | 40 | 20 | 45 | 56 | 107 |
| Binary | 11010111 | 10111101 | 10010010 | 0 | 1100 | 100000 | 10000 | 100101 | 101110 | 1000111 |
Color Harmonies of #D7BD92
Complementary color
Monochromatic Colors of #D7BD92
Black with #D7BD92
Text Example
Text Example
White with #D7BD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD92; }
p { color: rgb(215,189,146); }
H1.HeaderClassName
{
color: #D7BD92;
}
.AnyTagClassName
{
color: #D7BD92;
}
</style>
background-color css
<style>
a { background-color: #D7BD92; }
a { background-color: rgb(215,189,146); }
div.DivClassName
{
background-color: #D7BD92;
}
.BgClassName
{
background-color: #D7BD92;
}
</style>
border-color css
<style>
span { border-color: #D7BD92; }
span { border-color: rgb(215,189,146); }
td.TdClassName
{
border-color: #D7BD92;
}
.TagClassName
{
border-color: #D7BD92;
}
</style>