Shades of Grain Brown #D1B8A4
Tints of Grain Brown #D1B8A4
RGB
CMYK
RGB Variations
Color information
#D1B8A4 (or 0xD1B8A4) is known color: Grain Brown. HEX triplet: D1, B8 and A4. RGB value is (209,184,164). Sum of RGB (Red+Green+Blue) = 209+184+164=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 164 (64.45% from 255 or 29.44% from 557); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B8A4 is #2E475B. Grayscale: #BDBDBD. Windows color (decimal): -3032924 or 10795217. OLE color: 10795217.
HSL color Cylindrical-coordinate representation of color #D1B8A4: hue angle of 26.67º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1B8A4 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 184 | 164 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.18 |
| HSL | 26.67º | 0.33% | 0.73% | - |
| HSV(B) | 26.67º | 0.22% | 0.82% | - |
| XYZ | 50.14 | 50.52 | 42.23 | - |
| YUV | 189.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 184 | 164 | 0 | 0.12 | 0.22 | 0.18 | 26.67 | 0.33 | 0.73 |
| Hex | D1 | B8 | A4 | 0 | C | 16 | 12 | 1B | 21 | 49 |
| Octal | 321 | 270 | 244 | 0 | 14 | 26 | 22 | 33 | 41 | 111 |
| Binary | 11010001 | 10111000 | 10100100 | 0 | 1100 | 10110 | 10010 | 11011 | 100001 | 1001001 |
Color Harmonies of #D1B8A4
Complementary color
Monochromatic Colors of #D1B8A4
Black with #D1B8A4
Text Example
Text Example
White with #D1B8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B8A4; }
p { color: rgb(209,184,164); }
H1.HeaderClassName
{
color: #D1B8A4;
}
.AnyTagClassName
{
color: #D1B8A4;
}
</style>
background-color css
<style>
a { background-color: #D1B8A4; }
a { background-color: rgb(209,184,164); }
div.DivClassName
{
background-color: #D1B8A4;
}
.BgClassName
{
background-color: #D1B8A4;
}
</style>
border-color css
<style>
span { border-color: #D1B8A4; }
span { border-color: rgb(209,184,164); }
td.TdClassName
{
border-color: #D1B8A4;
}
.TagClassName
{
border-color: #D1B8A4;
}
</style>