Shades of Grain Brown #D2BAA0
Tints of Grain Brown #D2BAA0
RGB
CMYK
RGB Variations
Color information
#D2BAA0 (or 0xD2BAA0) is known color: Grain Brown. HEX triplet: D2, BA and A0. RGB value is (210,186,160). Sum of RGB (Red+Green+Blue) = 210+186+160=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BAA0 is #2D455F. Grayscale: #BEBEBE. Windows color (decimal): -2966880 or 10533586. OLE color: 10533586.
HSL color Cylindrical-coordinate representation of color #D2BAA0: hue angle of 31.2º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2BAA0 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 160 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.18 |
| HSL | 31.2º | 0.36% | 0.73% | - |
| HSV(B) | 31.2º | 0.24% | 0.82% | - |
| XYZ | 50.48 | 51.36 | 40.51 | - |
| YUV | 190.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 160 | 0 | 0.11 | 0.24 | 0.18 | 31.2 | 0.36 | 0.73 |
| Hex | D2 | BA | A0 | 0 | B | 18 | 12 | 1F | 24 | 49 |
| Octal | 322 | 272 | 240 | 0 | 13 | 30 | 22 | 37 | 44 | 111 |
| Binary | 11010010 | 10111010 | 10100000 | 0 | 1011 | 11000 | 10010 | 11111 | 100100 | 1001001 |
Color Harmonies of #D2BAA0
Complementary color
Monochromatic Colors of #D2BAA0
Black with #D2BAA0
Text Example
Text Example
White with #D2BAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BAA0; }
p { color: rgb(210,186,160); }
H1.HeaderClassName
{
color: #D2BAA0;
}
.AnyTagClassName
{
color: #D2BAA0;
}
</style>
background-color css
<style>
a { background-color: #D2BAA0; }
a { background-color: rgb(210,186,160); }
div.DivClassName
{
background-color: #D2BAA0;
}
.BgClassName
{
background-color: #D2BAA0;
}
</style>
border-color css
<style>
span { border-color: #D2BAA0; }
span { border-color: rgb(210,186,160); }
td.TdClassName
{
border-color: #D2BAA0;
}
.TagClassName
{
border-color: #D2BAA0;
}
</style>