Shades of Tan #D2BD8E
Tints of Tan #D2BD8E
RGB
CMYK
RGB Variations
Color information
#D2BD8E (or 0xD2BD8E) is known color: Tan. HEX triplet: D2, BD and 8E. RGB value is (210,189,142). Sum of RGB (Red+Green+Blue) = 210+189+142=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BD8E is #2D4271. Grayscale: #BEBEBE. Windows color (decimal): -2966130 or 9354706. OLE color: 9354706.
HSL color Cylindrical-coordinate representation of color #D2BD8E: hue angle of 41.47º degrees, saturation: 0.43, 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 #D2BD8E is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 142 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.18 |
| HSL | 41.47º | 0.43% | 0.69% | - |
| HSV(B) | 41.47º | 0.32% | 0.82% | - |
| XYZ | 49.66 | 52.05 | 33.02 | - |
| YUV | 189.92 | 100.96 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 142 | 0 | 0.10 | 0.32 | 0.18 | 41.47 | 0.43 | 0.69 |
| Hex | D2 | BD | 8E | 0 | A | 20 | 12 | 29 | 2B | 45 |
| Octal | 322 | 275 | 216 | 0 | 12 | 40 | 22 | 51 | 53 | 105 |
| Binary | 11010010 | 10111101 | 10001110 | 0 | 1010 | 100000 | 10010 | 101001 | 101011 | 1000101 |
Color Harmonies of #D2BD8E
Complementary color
Monochromatic Colors of #D2BD8E
Black with #D2BD8E
Text Example
Text Example
White with #D2BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BD8E; }
p { color: rgb(210,189,142); }
H1.HeaderClassName
{
color: #D2BD8E;
}
.AnyTagClassName
{
color: #D2BD8E;
}
</style>
background-color css
<style>
a { background-color: #D2BD8E; }
a { background-color: rgb(210,189,142); }
div.DivClassName
{
background-color: #D2BD8E;
}
.BgClassName
{
background-color: #D2BD8E;
}
</style>
border-color css
<style>
span { border-color: #D2BD8E; }
span { border-color: rgb(210,189,142); }
td.TdClassName
{
border-color: #D2BD8E;
}
.TagClassName
{
border-color: #D2BD8E;
}
</style>