Shades of Tan #D0BA8B
Tints of Tan #D0BA8B
RGB
CMYK
RGB Variations
Color information
#D0BA8B (or 0xD0BA8B) is known color: Tan. HEX triplet: D0, BA and 8B. RGB value is (208,186,139). Sum of RGB (Red+Green+Blue) = 208+186+139=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BA8B is #2F4574. Grayscale: #BBBBBB. Windows color (decimal): -3097973 or 9157328. OLE color: 9157328.
HSL color Cylindrical-coordinate representation of color #D0BA8B: hue angle of 40.87º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0BA8B is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 139 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.18 |
| HSL | 40.87º | 0.42% | 0.68% | - |
| HSV(B) | 40.87º | 0.33% | 0.82% | - |
| XYZ | 48.23 | 50.39 | 31.61 | - |
| YUV | 187.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 139 | 0 | 0.11 | 0.33 | 0.18 | 40.87 | 0.42 | 0.68 |
| Hex | D0 | BA | 8B | 0 | B | 21 | 12 | 29 | 2A | 44 |
| Octal | 320 | 272 | 213 | 0 | 13 | 41 | 22 | 51 | 52 | 104 |
| Binary | 11010000 | 10111010 | 10001011 | 0 | 1011 | 100001 | 10010 | 101001 | 101010 | 1000100 |
Color Harmonies of #D0BA8B
Complementary color
Monochromatic Colors of #D0BA8B
Black with #D0BA8B
Text Example
Text Example
White with #D0BA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BA8B; }
p { color: rgb(208,186,139); }
H1.HeaderClassName
{
color: #D0BA8B;
}
.AnyTagClassName
{
color: #D0BA8B;
}
</style>
background-color css
<style>
a { background-color: #D0BA8B; }
a { background-color: rgb(208,186,139); }
div.DivClassName
{
background-color: #D0BA8B;
}
.BgClassName
{
background-color: #D0BA8B;
}
</style>
border-color css
<style>
span { border-color: #D0BA8B; }
span { border-color: rgb(208,186,139); }
td.TdClassName
{
border-color: #D0BA8B;
}
.TagClassName
{
border-color: #D0BA8B;
}
</style>