Shades of Tan #D1BE92
Tints of Tan #D1BE92
RGB
CMYK
RGB Variations
Color information
#D1BE92 (or 0xD1BE92) is known color: Tan. HEX triplet: D1, BE and 92. RGB value is (209,190,146). Sum of RGB (Red+Green+Blue) = 209+190+146=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BE92 is #2E416D. Grayscale: #BEBEBE. Windows color (decimal): -3031406 or 9617105. OLE color: 9617105.
HSL color Cylindrical-coordinate representation of color #D1BE92: hue angle of 41.9º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1BE92 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 146 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.18 |
| HSL | 41.9º | 0.41% | 0.7% | - |
| HSV(B) | 41.9º | 0.3% | 0.82% | - |
| XYZ | 49.9 | 52.46 | 34.69 | - |
| YUV | 190.67 | 102.79 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 146 | 0 | 0.09 | 0.30 | 0.18 | 41.9 | 0.41 | 0.7 |
| Hex | D1 | BE | 92 | 0 | 9 | 1E | 12 | 2A | 29 | 46 |
| Octal | 321 | 276 | 222 | 0 | 11 | 36 | 22 | 52 | 51 | 106 |
| Binary | 11010001 | 10111110 | 10010010 | 0 | 1001 | 11110 | 10010 | 101010 | 101001 | 1000110 |
Color Harmonies of #D1BE92
Complementary color
Monochromatic Colors of #D1BE92
Black with #D1BE92
Text Example
Text Example
White with #D1BE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE92; }
p { color: rgb(209,190,146); }
H1.HeaderClassName
{
color: #D1BE92;
}
.AnyTagClassName
{
color: #D1BE92;
}
</style>
background-color css
<style>
a { background-color: #D1BE92; }
a { background-color: rgb(209,190,146); }
div.DivClassName
{
background-color: #D1BE92;
}
.BgClassName
{
background-color: #D1BE92;
}
</style>
border-color css
<style>
span { border-color: #D1BE92; }
span { border-color: rgb(209,190,146); }
td.TdClassName
{
border-color: #D1BE92;
}
.TagClassName
{
border-color: #D1BE92;
}
</style>