Shades of Grain Brown #D1B9A0
Tints of Grain Brown #D1B9A0
RGB
CMYK
RGB Variations
Color information
#D1B9A0 (or 0xD1B9A0) is known color: Grain Brown. HEX triplet: D1, B9 and A0. RGB value is (209,185,160). Sum of RGB (Red+Green+Blue) = 209+185+160=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B9A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B9A0 is #2E465F. Grayscale: #BDBDBD. Windows color (decimal): -3032672 or 10533329. OLE color: 10533329.
HSL color Cylindrical-coordinate representation of color #D1B9A0: hue angle of 30.61º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1B9A0 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 160 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.18 |
| HSL | 30.61º | 0.35% | 0.72% | - |
| HSV(B) | 30.61º | 0.23% | 0.82% | - |
| XYZ | 49.99 | 50.79 | 40.43 | - |
| YUV | 189.33 | 111.45 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 160 | 0 | 0.11 | 0.23 | 0.18 | 30.61 | 0.35 | 0.72 |
| Hex | D1 | B9 | A0 | 0 | B | 17 | 12 | 1F | 23 | 48 |
| Octal | 321 | 271 | 240 | 0 | 13 | 27 | 22 | 37 | 43 | 110 |
| Binary | 11010001 | 10111001 | 10100000 | 0 | 1011 | 10111 | 10010 | 11111 | 100011 | 1001000 |
Color Harmonies of #D1B9A0
Complementary color
Monochromatic Colors of #D1B9A0
Black with #D1B9A0
Text Example
Text Example
White with #D1B9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B9A0; }
p { color: rgb(209,185,160); }
H1.HeaderClassName
{
color: #D1B9A0;
}
.AnyTagClassName
{
color: #D1B9A0;
}
</style>
background-color css
<style>
a { background-color: #D1B9A0; }
a { background-color: rgb(209,185,160); }
div.DivClassName
{
background-color: #D1B9A0;
}
.BgClassName
{
background-color: #D1B9A0;
}
</style>
border-color css
<style>
span { border-color: #D1B9A0; }
span { border-color: rgb(209,185,160); }
td.TdClassName
{
border-color: #D1B9A0;
}
.TagClassName
{
border-color: #D1B9A0;
}
</style>