Shades of Tan #D0BB8D
Tints of Tan #D0BB8D
RGB
CMYK
RGB Variations
Color information
#D0BB8D (or 0xD0BB8D) is known color: Tan. HEX triplet: D0, BB and 8D. RGB value is (208,187,141). Sum of RGB (Red+Green+Blue) = 208+187+141=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BB8D is #2F4472. Grayscale: #BCBCBC. Windows color (decimal): -3097715 or 9288656. OLE color: 9288656.
HSL color Cylindrical-coordinate representation of color #D0BB8D: hue angle of 41.19º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0BB8D is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 187 | 141 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.18 |
| HSL | 41.19º | 0.42% | 0.68% | - |
| HSV(B) | 41.19º | 0.32% | 0.82% | - |
| XYZ | 48.59 | 50.87 | 32.46 | - |
| YUV | 188.04 | 101.46 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 141 | 0 | 0.10 | 0.32 | 0.18 | 41.19 | 0.42 | 0.68 |
| Hex | D0 | BB | 8D | 0 | A | 20 | 12 | 29 | 2A | 44 |
| Octal | 320 | 273 | 215 | 0 | 12 | 40 | 22 | 51 | 52 | 104 |
| Binary | 11010000 | 10111011 | 10001101 | 0 | 1010 | 100000 | 10010 | 101001 | 101010 | 1000100 |
Color Harmonies of #D0BB8D
Complementary color
Monochromatic Colors of #D0BB8D
Black with #D0BB8D
Text Example
Text Example
White with #D0BB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BB8D; }
p { color: rgb(208,187,141); }
H1.HeaderClassName
{
color: #D0BB8D;
}
.AnyTagClassName
{
color: #D0BB8D;
}
</style>
background-color css
<style>
a { background-color: #D0BB8D; }
a { background-color: rgb(208,187,141); }
div.DivClassName
{
background-color: #D0BB8D;
}
.BgClassName
{
background-color: #D0BB8D;
}
</style>
border-color css
<style>
span { border-color: #D0BB8D; }
span { border-color: rgb(208,187,141); }
td.TdClassName
{
border-color: #D0BB8D;
}
.TagClassName
{
border-color: #D0BB8D;
}
</style>