Shades of Tan #D2B788
Tints of Tan #D2B788
RGB
CMYK
RGB Variations
Color information
#D2B788 (or 0xD2B788) is known color: Tan. HEX triplet: D2, B7 and 88. RGB value is (210,183,136). Sum of RGB (Red+Green+Blue) = 210+183+136=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 136 (53.52% from 255 or 25.71% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B788 is #2D4877. Grayscale: #B9B9B9. Windows color (decimal): -2967672 or 8959954. OLE color: 8959954.
HSL color Cylindrical-coordinate representation of color #D2B788: hue angle of 38.11º 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 #D2B788 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 136 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.18 |
| HSL | 38.11º | 0.45% | 0.68% | - |
| HSV(B) | 38.11º | 0.35% | 0.82% | - |
| XYZ | 47.96 | 49.35 | 30.29 | - |
| YUV | 185.72 | 99.95 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 136 | 0 | 0.13 | 0.35 | 0.18 | 38.11 | 0.45 | 0.68 |
| Hex | D2 | B7 | 88 | 0 | D | 23 | 12 | 26 | 2D | 44 |
| Octal | 322 | 267 | 210 | 0 | 15 | 43 | 22 | 46 | 55 | 104 |
| Binary | 11010010 | 10110111 | 10001000 | 0 | 1101 | 100011 | 10010 | 100110 | 101101 | 1000100 |
Color Harmonies of #D2B788
Complementary color
Monochromatic Colors of #D2B788
Black with #D2B788
Text Example
Text Example
White with #D2B788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B788; }
p { color: rgb(210,183,136); }
H1.HeaderClassName
{
color: #D2B788;
}
.AnyTagClassName
{
color: #D2B788;
}
</style>
background-color css
<style>
a { background-color: #D2B788; }
a { background-color: rgb(210,183,136); }
div.DivClassName
{
background-color: #D2B788;
}
.BgClassName
{
background-color: #D2B788;
}
</style>
border-color css
<style>
span { border-color: #D2B788; }
span { border-color: rgb(210,183,136); }
td.TdClassName
{
border-color: #D2B788;
}
.TagClassName
{
border-color: #D2B788;
}
</style>