Shades of Tan #D0BA89
Tints of Tan #D0BA89
RGB
CMYK
RGB Variations
Color information
#D0BA89 (or 0xD0BA89) is known color: Tan. HEX triplet: D0, BA and 89. RGB value is (208,186,137). Sum of RGB (Red+Green+Blue) = 208+186+137=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 137 (53.91% from 255 or 25.80% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BA89 is #2F4576. Grayscale: #BBBBBB. Windows color (decimal): -3097975 or 9026256. OLE color: 9026256.
HSL color Cylindrical-coordinate representation of color #D0BA89: hue angle of 41.41º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0BA89 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 137 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.18 |
| HSL | 41.41º | 0.43% | 0.68% | - |
| HSV(B) | 41.41º | 0.34% | 0.82% | - |
| XYZ | 48.09 | 50.33 | 30.85 | - |
| YUV | 186.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 137 | 0 | 0.11 | 0.34 | 0.18 | 41.41 | 0.43 | 0.68 |
| Hex | D0 | BA | 89 | 0 | B | 22 | 12 | 29 | 2B | 44 |
| Octal | 320 | 272 | 211 | 0 | 13 | 42 | 22 | 51 | 53 | 104 |
| Binary | 11010000 | 10111010 | 10001001 | 0 | 1011 | 100010 | 10010 | 101001 | 101011 | 1000100 |
Color Harmonies of #D0BA89
Complementary color
Monochromatic Colors of #D0BA89
Black with #D0BA89
Text Example
Text Example
White with #D0BA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BA89; }
p { color: rgb(208,186,137); }
H1.HeaderClassName
{
color: #D0BA89;
}
.AnyTagClassName
{
color: #D0BA89;
}
</style>
background-color css
<style>
a { background-color: #D0BA89; }
a { background-color: rgb(208,186,137); }
div.DivClassName
{
background-color: #D0BA89;
}
.BgClassName
{
background-color: #D0BA89;
}
</style>
border-color css
<style>
span { border-color: #D0BA89; }
span { border-color: rgb(208,186,137); }
td.TdClassName
{
border-color: #D0BA89;
}
.TagClassName
{
border-color: #D0BA89;
}
</style>