Shades of Grain Brown #D1BAA1
Tints of Grain Brown #D1BAA1
RGB
CMYK
RGB Variations
Color information
#D1BAA1 (or 0xD1BAA1) is known color: Grain Brown. HEX triplet: D1, BA and A1. RGB value is (209,186,161). Sum of RGB (Red+Green+Blue) = 209+186+161=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BAA1 is #2E455E. Grayscale: #BEBEBE. Windows color (decimal): -3032415 or 10599121. OLE color: 10599121.
HSL color Cylindrical-coordinate representation of color #D1BAA1: hue angle of 31.25º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1BAA1 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 161 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.18 |
| HSL | 31.25º | 0.34% | 0.73% | - |
| HSV(B) | 31.25º | 0.23% | 0.82% | - |
| XYZ | 50.29 | 51.25 | 40.96 | - |
| YUV | 190.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 161 | 0 | 0.11 | 0.23 | 0.18 | 31.25 | 0.34 | 0.73 |
| Hex | D1 | BA | A1 | 0 | B | 17 | 12 | 1F | 22 | 49 |
| Octal | 321 | 272 | 241 | 0 | 13 | 27 | 22 | 37 | 42 | 111 |
| Binary | 11010001 | 10111010 | 10100001 | 0 | 1011 | 10111 | 10010 | 11111 | 100010 | 1001001 |
Color Harmonies of #D1BAA1
Complementary color
Monochromatic Colors of #D1BAA1
Black with #D1BAA1
Text Example
Text Example
White with #D1BAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BAA1; }
p { color: rgb(209,186,161); }
H1.HeaderClassName
{
color: #D1BAA1;
}
.AnyTagClassName
{
color: #D1BAA1;
}
</style>
background-color css
<style>
a { background-color: #D1BAA1; }
a { background-color: rgb(209,186,161); }
div.DivClassName
{
background-color: #D1BAA1;
}
.BgClassName
{
background-color: #D1BAA1;
}
</style>
border-color css
<style>
span { border-color: #D1BAA1; }
span { border-color: rgb(209,186,161); }
td.TdClassName
{
border-color: #D1BAA1;
}
.TagClassName
{
border-color: #D1BAA1;
}
</style>