Shades of Grain Brown #D0BAA0
Tints of Grain Brown #D0BAA0
RGB
CMYK
RGB Variations
Color information
#D0BAA0 (or 0xD0BAA0) is known color: Grain Brown. HEX triplet: D0, BA and A0. RGB value is (208,186,160). Sum of RGB (Red+Green+Blue) = 208+186+160=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BAA0 is #2F455F. Grayscale: #BDBDBD. Windows color (decimal): -3097952 or 10533584. OLE color: 10533584.
HSL color Cylindrical-coordinate representation of color #D0BAA0: hue angle of 32.5º degrees, saturation: 0.34, 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 #D0BAA0 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 160 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.18 |
| HSL | 32.5º | 0.34% | 0.72% | - |
| HSV(B) | 32.5º | 0.23% | 0.82% | - |
| XYZ | 49.92 | 51.07 | 40.48 | - |
| YUV | 189.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 160 | 0 | 0.11 | 0.23 | 0.18 | 32.5 | 0.34 | 0.72 |
| Hex | D0 | BA | A0 | 0 | B | 17 | 12 | 20 | 22 | 48 |
| Octal | 320 | 272 | 240 | 0 | 13 | 27 | 22 | 40 | 42 | 110 |
| Binary | 11010000 | 10111010 | 10100000 | 0 | 1011 | 10111 | 10010 | 100000 | 100010 | 1001000 |
Color Harmonies of #D0BAA0
Complementary color
Monochromatic Colors of #D0BAA0
Black with #D0BAA0
Text Example
Text Example
White with #D0BAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAA0; }
p { color: rgb(208,186,160); }
H1.HeaderClassName
{
color: #D0BAA0;
}
.AnyTagClassName
{
color: #D0BAA0;
}
</style>
background-color css
<style>
a { background-color: #D0BAA0; }
a { background-color: rgb(208,186,160); }
div.DivClassName
{
background-color: #D0BAA0;
}
.BgClassName
{
background-color: #D0BAA0;
}
</style>
border-color css
<style>
span { border-color: #D0BAA0; }
span { border-color: rgb(208,186,160); }
td.TdClassName
{
border-color: #D0BAA0;
}
.TagClassName
{
border-color: #D0BAA0;
}
</style>