Shades of Grain Brown #D0BAA4
Tints of Grain Brown #D0BAA4
RGB
CMYK
RGB Variations
Color information
#D0BAA4 (or 0xD0BAA4) is known color: Grain Brown. HEX triplet: D0, BA and A4. RGB value is (208,186,164). Sum of RGB (Red+Green+Blue) = 208+186+164=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 164 (64.45% from 255 or 29.39% from 558); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BAA4 is #2F455B. Grayscale: #BEBEBE. Windows color (decimal): -3097948 or 10795728. OLE color: 10795728.
HSL color Cylindrical-coordinate representation of color #D0BAA4: hue angle of 30º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0BAA4 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 164 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.18 |
| HSL | 30º | 0.32% | 0.73% | - |
| HSV(B) | 30º | 0.21% | 0.82% | - |
| XYZ | 50.27 | 51.21 | 42.36 | - |
| YUV | 190.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 164 | 0 | 0.11 | 0.21 | 0.18 | 30 | 0.32 | 0.73 |
| Hex | D0 | BA | A4 | 0 | B | 15 | 12 | 1E | 20 | 49 |
| Octal | 320 | 272 | 244 | 0 | 13 | 25 | 22 | 36 | 40 | 111 |
| Binary | 11010000 | 10111010 | 10100100 | 0 | 1011 | 10101 | 10010 | 11110 | 100000 | 1001001 |
Color Harmonies of #D0BAA4
Complementary color
Monochromatic Colors of #D0BAA4
Black with #D0BAA4
Text Example
Text Example
White with #D0BAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAA4; }
p { color: rgb(208,186,164); }
H1.HeaderClassName
{
color: #D0BAA4;
}
.AnyTagClassName
{
color: #D0BAA4;
}
</style>
background-color css
<style>
a { background-color: #D0BAA4; }
a { background-color: rgb(208,186,164); }
div.DivClassName
{
background-color: #D0BAA4;
}
.BgClassName
{
background-color: #D0BAA4;
}
</style>
border-color css
<style>
span { border-color: #D0BAA4; }
span { border-color: rgb(208,186,164); }
td.TdClassName
{
border-color: #D0BAA4;
}
.TagClassName
{
border-color: #D0BAA4;
}
</style>