Shades of Tan #D2B689
Tints of Tan #D2B689
RGB
CMYK
RGB Variations
Color information
#D2B689 (or 0xD2B689) is known color: Tan. HEX triplet: D2, B6 and 89. RGB value is (210,182,137). Sum of RGB (Red+Green+Blue) = 210+182+137=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B689 is #2D4976. Grayscale: #B9B9B9. Windows color (decimal): -2967927 or 9025234. OLE color: 9025234.
HSL color Cylindrical-coordinate representation of color #D2B689: hue angle of 36.99º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2B689 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 182 | 137 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.18 |
| HSL | 36.99º | 0.45% | 0.68% | - |
| HSV(B) | 36.99º | 0.35% | 0.82% | - |
| XYZ | 47.82 | 48.96 | 30.6 | - |
| YUV | 185.24 | 100.78 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 182 | 137 | 0 | 0.13 | 0.35 | 0.18 | 36.99 | 0.45 | 0.68 |
| Hex | D2 | B6 | 89 | 0 | D | 23 | 12 | 25 | 2D | 44 |
| Octal | 322 | 266 | 211 | 0 | 15 | 43 | 22 | 45 | 55 | 104 |
| Binary | 11010010 | 10110110 | 10001001 | 0 | 1101 | 100011 | 10010 | 100101 | 101101 | 1000100 |
Color Harmonies of #D2B689
Complementary color
Monochromatic Colors of #D2B689
Black with #D2B689
Text Example
Text Example
White with #D2B689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B689; }
p { color: rgb(210,182,137); }
H1.HeaderClassName
{
color: #D2B689;
}
.AnyTagClassName
{
color: #D2B689;
}
</style>
background-color css
<style>
a { background-color: #D2B689; }
a { background-color: rgb(210,182,137); }
div.DivClassName
{
background-color: #D2B689;
}
.BgClassName
{
background-color: #D2B689;
}
</style>
border-color css
<style>
span { border-color: #D2B689; }
span { border-color: rgb(210,182,137); }
td.TdClassName
{
border-color: #D2B689;
}
.TagClassName
{
border-color: #D2B689;
}
</style>