Shades of Grain Brown #D0B8A0
Tints of Grain Brown #D0B8A0
RGB
CMYK
RGB Variations
Color information
#D0B8A0 (or 0xD0B8A0) is known color: Grain Brown. HEX triplet: D0, B8 and A0. RGB value is (208,184,160). Sum of RGB (Red+Green+Blue) = 208+184+160=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B8A0 is #2F475F. Grayscale: #BCBCBC. Windows color (decimal): -3098464 or 10533072. OLE color: 10533072.
HSL color Cylindrical-coordinate representation of color #D0B8A0: hue angle of 30º 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 #D0B8A0 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 184 | 160 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.18 |
| HSL | 30º | 0.34% | 0.72% | - |
| HSV(B) | 30º | 0.23% | 0.82% | - |
| XYZ | 49.5 | 50.23 | 40.34 | - |
| YUV | 188.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 184 | 160 | 0 | 0.12 | 0.23 | 0.18 | 30 | 0.34 | 0.72 |
| Hex | D0 | B8 | A0 | 0 | C | 17 | 12 | 1E | 22 | 48 |
| Octal | 320 | 270 | 240 | 0 | 14 | 27 | 22 | 36 | 42 | 110 |
| Binary | 11010000 | 10111000 | 10100000 | 0 | 1100 | 10111 | 10010 | 11110 | 100010 | 1001000 |
Color Harmonies of #D0B8A0
Complementary color
Monochromatic Colors of #D0B8A0
Black with #D0B8A0
Text Example
Text Example
White with #D0B8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B8A0; }
p { color: rgb(208,184,160); }
H1.HeaderClassName
{
color: #D0B8A0;
}
.AnyTagClassName
{
color: #D0B8A0;
}
</style>
background-color css
<style>
a { background-color: #D0B8A0; }
a { background-color: rgb(208,184,160); }
div.DivClassName
{
background-color: #D0B8A0;
}
.BgClassName
{
background-color: #D0B8A0;
}
</style>
border-color css
<style>
span { border-color: #D0B8A0; }
span { border-color: rgb(208,184,160); }
td.TdClassName
{
border-color: #D0B8A0;
}
.TagClassName
{
border-color: #D0B8A0;
}
</style>