Shades of Tan #D1BE90
Tints of Tan #D1BE90
RGB
CMYK
RGB Variations
Color information
#D1BE90 (or 0xD1BE90) is known color: Tan. HEX triplet: D1, BE and 90. RGB value is (209,190,144). Sum of RGB (Red+Green+Blue) = 209+190+144=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BE90 is #2E416F. Grayscale: #BEBEBE. Windows color (decimal): -3031408 or 9486033. OLE color: 9486033.
HSL color Cylindrical-coordinate representation of color #D1BE90: hue angle of 42.46º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1BE90 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 144 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.18 |
| HSL | 42.46º | 0.41% | 0.69% | - |
| HSV(B) | 42.46º | 0.31% | 0.82% | - |
| XYZ | 49.74 | 52.4 | 33.88 | - |
| YUV | 190.44 | 101.79 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 144 | 0 | 0.09 | 0.31 | 0.18 | 42.46 | 0.41 | 0.69 |
| Hex | D1 | BE | 90 | 0 | 9 | 1F | 12 | 2A | 29 | 45 |
| Octal | 321 | 276 | 220 | 0 | 11 | 37 | 22 | 52 | 51 | 105 |
| Binary | 11010001 | 10111110 | 10010000 | 0 | 1001 | 11111 | 10010 | 101010 | 101001 | 1000101 |
Color Harmonies of #D1BE90
Complementary color
Monochromatic Colors of #D1BE90
Black with #D1BE90
Text Example
Text Example
White with #D1BE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE90; }
p { color: rgb(209,190,144); }
H1.HeaderClassName
{
color: #D1BE90;
}
.AnyTagClassName
{
color: #D1BE90;
}
</style>
background-color css
<style>
a { background-color: #D1BE90; }
a { background-color: rgb(209,190,144); }
div.DivClassName
{
background-color: #D1BE90;
}
.BgClassName
{
background-color: #D1BE90;
}
</style>
border-color css
<style>
span { border-color: #D1BE90; }
span { border-color: rgb(209,190,144); }
td.TdClassName
{
border-color: #D1BE90;
}
.TagClassName
{
border-color: #D1BE90;
}
</style>