Shades of Tan #D1BD94
Tints of Tan #D1BD94
RGB
CMYK
RGB Variations
Color information
#D1BD94 (or 0xD1BD94) is known color: Tan. HEX triplet: D1, BD and 94. RGB value is (209,189,148). Sum of RGB (Red+Green+Blue) = 209+189+148=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BD94 is #2E426B. Grayscale: #BEBEBE. Windows color (decimal): -3031660 or 9747921. OLE color: 9747921.
HSL color Cylindrical-coordinate representation of color #D1BD94: hue angle of 40.33º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1BD94 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 189 | 148 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.18 |
| HSL | 40.33º | 0.4% | 0.7% | - |
| HSV(B) | 40.33º | 0.29% | 0.82% | - |
| XYZ | 49.84 | 52.09 | 35.44 | - |
| YUV | 190.31 | 104.13 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 148 | 0 | 0.10 | 0.29 | 0.18 | 40.33 | 0.4 | 0.7 |
| Hex | D1 | BD | 94 | 0 | A | 1D | 12 | 28 | 28 | 46 |
| Octal | 321 | 275 | 224 | 0 | 12 | 35 | 22 | 50 | 50 | 106 |
| Binary | 11010001 | 10111101 | 10010100 | 0 | 1010 | 11101 | 10010 | 101000 | 101000 | 1000110 |
Color Harmonies of #D1BD94
Complementary color
Monochromatic Colors of #D1BD94
Black with #D1BD94
Text Example
Text Example
White with #D1BD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BD94; }
p { color: rgb(209,189,148); }
H1.HeaderClassName
{
color: #D1BD94;
}
.AnyTagClassName
{
color: #D1BD94;
}
</style>
background-color css
<style>
a { background-color: #D1BD94; }
a { background-color: rgb(209,189,148); }
div.DivClassName
{
background-color: #D1BD94;
}
.BgClassName
{
background-color: #D1BD94;
}
</style>
border-color css
<style>
span { border-color: #D1BD94; }
span { border-color: rgb(209,189,148); }
td.TdClassName
{
border-color: #D1BD94;
}
.TagClassName
{
border-color: #D1BD94;
}
</style>