Shades of Tan #D0BD8E
Tints of Tan #D0BD8E
RGB
CMYK
RGB Variations
Color information
#D0BD8E (or 0xD0BD8E) is known color: Tan. HEX triplet: D0, BD and 8E. RGB value is (208,189,142). Sum of RGB (Red+Green+Blue) = 208+189+142=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BD8E is #2F4271. Grayscale: #BDBDBD. Windows color (decimal): -3097202 or 9354704. OLE color: 9354704.
HSL color Cylindrical-coordinate representation of color #D0BD8E: hue angle of 42.73º 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 #D0BD8E is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 142 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.18 |
| HSL | 42.73º | 0.41% | 0.69% | - |
| HSV(B) | 42.73º | 0.32% | 0.82% | - |
| XYZ | 49.09 | 51.76 | 32.99 | - |
| YUV | 189.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 142 | 0 | 0.09 | 0.32 | 0.18 | 42.73 | 0.41 | 0.69 |
| Hex | D0 | BD | 8E | 0 | 9 | 20 | 12 | 2B | 29 | 45 |
| Octal | 320 | 275 | 216 | 0 | 11 | 40 | 22 | 53 | 51 | 105 |
| Binary | 11010000 | 10111101 | 10001110 | 0 | 1001 | 100000 | 10010 | 101011 | 101001 | 1000101 |
Color Harmonies of #D0BD8E
Complementary color
Monochromatic Colors of #D0BD8E
Black with #D0BD8E
Text Example
Text Example
White with #D0BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BD8E; }
p { color: rgb(208,189,142); }
H1.HeaderClassName
{
color: #D0BD8E;
}
.AnyTagClassName
{
color: #D0BD8E;
}
</style>
background-color css
<style>
a { background-color: #D0BD8E; }
a { background-color: rgb(208,189,142); }
div.DivClassName
{
background-color: #D0BD8E;
}
.BgClassName
{
background-color: #D0BD8E;
}
</style>
border-color css
<style>
span { border-color: #D0BD8E; }
span { border-color: rgb(208,189,142); }
td.TdClassName
{
border-color: #D0BD8E;
}
.TagClassName
{
border-color: #D0BD8E;
}
</style>