Shades of Tan #D2B988
Tints of Tan #D2B988
RGB
CMYK
RGB Variations
Color information
#D2B988 (or 0xD2B988) is known color: Tan. HEX triplet: D2, B9 and 88. RGB value is (210,185,136). Sum of RGB (Red+Green+Blue) = 210+185+136=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B988 is #2D4677. Grayscale: #BBBBBB. Windows color (decimal): -2967160 or 8960466. OLE color: 8960466.
HSL color Cylindrical-coordinate representation of color #D2B988: hue angle of 39.73º 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 #D2B988 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 185 | 136 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.18 |
| HSL | 39.73º | 0.45% | 0.68% | - |
| HSV(B) | 39.73º | 0.35% | 0.82% | - |
| XYZ | 48.37 | 50.18 | 30.43 | - |
| YUV | 186.89 | 99.28 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 136 | 0 | 0.12 | 0.35 | 0.18 | 39.73 | 0.45 | 0.68 |
| Hex | D2 | B9 | 88 | 0 | C | 23 | 12 | 28 | 2D | 44 |
| Octal | 322 | 271 | 210 | 0 | 14 | 43 | 22 | 50 | 55 | 104 |
| Binary | 11010010 | 10111001 | 10001000 | 0 | 1100 | 100011 | 10010 | 101000 | 101101 | 1000100 |
Color Harmonies of #D2B988
Complementary color
Monochromatic Colors of #D2B988
Black with #D2B988
Text Example
Text Example
White with #D2B988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B988; }
p { color: rgb(210,185,136); }
H1.HeaderClassName
{
color: #D2B988;
}
.AnyTagClassName
{
color: #D2B988;
}
</style>
background-color css
<style>
a { background-color: #D2B988; }
a { background-color: rgb(210,185,136); }
div.DivClassName
{
background-color: #D2B988;
}
.BgClassName
{
background-color: #D2B988;
}
</style>
border-color css
<style>
span { border-color: #D2B988; }
span { border-color: rgb(210,185,136); }
td.TdClassName
{
border-color: #D2B988;
}
.TagClassName
{
border-color: #D2B988;
}
</style>