Shades of Tan #D1B894
Tints of Tan #D1B894
RGB
CMYK
RGB Variations
Color information
#D1B894 (or 0xD1B894) is known color: Tan. HEX triplet: D1, B8 and 94. RGB value is (209,184,148). Sum of RGB (Red+Green+Blue) = 209+184+148=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B894 is #2E476B. Grayscale: #BBBBBB. Windows color (decimal): -3032940 or 9746641. OLE color: 9746641.
HSL color Cylindrical-coordinate representation of color #D1B894: hue angle of 35.41º 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 #D1B894 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 184 | 148 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.18 |
| HSL | 35.41º | 0.4% | 0.7% | - |
| HSV(B) | 35.41º | 0.29% | 0.82% | - |
| XYZ | 48.78 | 49.97 | 35.09 | - |
| YUV | 187.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 184 | 148 | 0 | 0.12 | 0.29 | 0.18 | 35.41 | 0.4 | 0.7 |
| Hex | D1 | B8 | 94 | 0 | C | 1D | 12 | 23 | 28 | 46 |
| Octal | 321 | 270 | 224 | 0 | 14 | 35 | 22 | 43 | 50 | 106 |
| Binary | 11010001 | 10111000 | 10010100 | 0 | 1100 | 11101 | 10010 | 100011 | 101000 | 1000110 |
Color Harmonies of #D1B894
Complementary color
Monochromatic Colors of #D1B894
Black with #D1B894
Text Example
Text Example
White with #D1B894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B894; }
p { color: rgb(209,184,148); }
H1.HeaderClassName
{
color: #D1B894;
}
.AnyTagClassName
{
color: #D1B894;
}
</style>
background-color css
<style>
a { background-color: #D1B894; }
a { background-color: rgb(209,184,148); }
div.DivClassName
{
background-color: #D1B894;
}
.BgClassName
{
background-color: #D1B894;
}
</style>
border-color css
<style>
span { border-color: #D1B894; }
span { border-color: rgb(209,184,148); }
td.TdClassName
{
border-color: #D1B894;
}
.TagClassName
{
border-color: #D1B894;
}
</style>