Shades of Tan #D1BE8F
Tints of Tan #D1BE8F
RGB
CMYK
RGB Variations
Color information
#D1BE8F (or 0xD1BE8F) is known color: Tan. HEX triplet: D1, BE and 8F. RGB value is (209,190,143). Sum of RGB (Red+Green+Blue) = 209+190+143=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BE8F is #2E4170. Grayscale: #BEBEBE. Windows color (decimal): -3031409 or 9420497. OLE color: 9420497.
HSL color Cylindrical-coordinate representation of color #D1BE8F: hue angle of 42.73º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1BE8F is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 143 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.18 |
| HSL | 42.73º | 0.42% | 0.69% | - |
| HSV(B) | 42.73º | 0.32% | 0.82% | - |
| XYZ | 49.67 | 52.37 | 33.48 | - |
| YUV | 190.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 143 | 0 | 0.09 | 0.32 | 0.18 | 42.73 | 0.42 | 0.69 |
| Hex | D1 | BE | 8F | 0 | 9 | 20 | 12 | 2B | 2A | 45 |
| Octal | 321 | 276 | 217 | 0 | 11 | 40 | 22 | 53 | 52 | 105 |
| Binary | 11010001 | 10111110 | 10001111 | 0 | 1001 | 100000 | 10010 | 101011 | 101010 | 1000101 |
Color Harmonies of #D1BE8F
Complementary color
Monochromatic Colors of #D1BE8F
Black with #D1BE8F
Text Example
Text Example
White with #D1BE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE8F; }
p { color: rgb(209,190,143); }
H1.HeaderClassName
{
color: #D1BE8F;
}
.AnyTagClassName
{
color: #D1BE8F;
}
</style>
background-color css
<style>
a { background-color: #D1BE8F; }
a { background-color: rgb(209,190,143); }
div.DivClassName
{
background-color: #D1BE8F;
}
.BgClassName
{
background-color: #D1BE8F;
}
</style>
border-color css
<style>
span { border-color: #D1BE8F; }
span { border-color: rgb(209,190,143); }
td.TdClassName
{
border-color: #D1BE8F;
}
.TagClassName
{
border-color: #D1BE8F;
}
</style>