Shades of Tan #D0BB8E
Tints of Tan #D0BB8E
RGB
CMYK
RGB Variations
Color information
#D0BB8E (or 0xD0BB8E) is known color: Tan. HEX triplet: D0, BB and 8E. RGB value is (208,187,142). Sum of RGB (Red+Green+Blue) = 208+187+142=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BB8E is #2F4471. Grayscale: #BCBCBC. Windows color (decimal): -3097714 or 9354192. OLE color: 9354192.
HSL color Cylindrical-coordinate representation of color #D0BB8E: hue angle of 40.91º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0BB8E is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 187 | 142 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.18 |
| HSL | 40.91º | 0.41% | 0.69% | - |
| HSV(B) | 40.91º | 0.32% | 0.82% | - |
| XYZ | 48.67 | 50.9 | 32.85 | - |
| YUV | 188.15 | 101.96 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 142 | 0 | 0.10 | 0.32 | 0.18 | 40.91 | 0.41 | 0.69 |
| Hex | D0 | BB | 8E | 0 | A | 20 | 12 | 29 | 29 | 45 |
| Octal | 320 | 273 | 216 | 0 | 12 | 40 | 22 | 51 | 51 | 105 |
| Binary | 11010000 | 10111011 | 10001110 | 0 | 1010 | 100000 | 10010 | 101001 | 101001 | 1000101 |
Color Harmonies of #D0BB8E
Complementary color
Monochromatic Colors of #D0BB8E
Black with #D0BB8E
Text Example
Text Example
White with #D0BB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BB8E; }
p { color: rgb(208,187,142); }
H1.HeaderClassName
{
color: #D0BB8E;
}
.AnyTagClassName
{
color: #D0BB8E;
}
</style>
background-color css
<style>
a { background-color: #D0BB8E; }
a { background-color: rgb(208,187,142); }
div.DivClassName
{
background-color: #D0BB8E;
}
.BgClassName
{
background-color: #D0BB8E;
}
</style>
border-color css
<style>
span { border-color: #D0BB8E; }
span { border-color: rgb(208,187,142); }
td.TdClassName
{
border-color: #D0BB8E;
}
.TagClassName
{
border-color: #D0BB8E;
}
</style>