Shades of Tacha #D0B96D
Tints of Tacha #D0B96D
RGB
CMYK
RGB Variations
Color information
#D0B96D (or 0xD0B96D) is known color: Tacha. HEX triplet: D0, B9 and 6D. RGB value is (208,185,109). Sum of RGB (Red+Green+Blue) = 208+185+109=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B96D is #2F4692. Grayscale: #B7B7B7. Windows color (decimal): -3098259 or 7190992. OLE color: 7190992.
HSL color Cylindrical-coordinate representation of color #D0B96D: hue angle of 46.06º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0B96D is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 185 | 109 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.18 |
| HSL | 46.06º | 0.51% | 0.62% | - |
| HSV(B) | 46.06º | 0.48% | 0.82% | - |
| XYZ | 46.12 | 49.21 | 21.54 | - |
| YUV | 183.21 | 86.12 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 185 | 109 | 0 | 0.11 | 0.48 | 0.18 | 46.06 | 0.51 | 0.62 |
| Hex | D0 | B9 | 6D | 0 | B | 30 | 12 | 2E | 33 | 3E |
| Octal | 320 | 271 | 155 | 0 | 13 | 60 | 22 | 56 | 63 | 76 |
| Binary | 11010000 | 10111001 | 1101101 | 0 | 1011 | 110000 | 10010 | 101110 | 110011 | 111110 |
Color Harmonies of #D0B96D
Complementary color
Monochromatic Colors of #D0B96D
Black with #D0B96D
Text Example
Text Example
White with #D0B96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B96D; }
p { color: rgb(208,185,109); }
H1.HeaderClassName
{
color: #D0B96D;
}
.AnyTagClassName
{
color: #D0B96D;
}
</style>
background-color css
<style>
a { background-color: #D0B96D; }
a { background-color: rgb(208,185,109); }
div.DivClassName
{
background-color: #D0B96D;
}
.BgClassName
{
background-color: #D0B96D;
}
</style>
border-color css
<style>
span { border-color: #D0B96D; }
span { border-color: rgb(208,185,109); }
td.TdClassName
{
border-color: #D0B96D;
}
.TagClassName
{
border-color: #D0B96D;
}
</style>