Shades of Tacha #D0BA67
Tints of Tacha #D0BA67
RGB
CMYK
RGB Variations
Color information
#D0BA67 (or 0xD0BA67) is known color: Tacha. HEX triplet: D0, BA and 67. RGB value is (208,186,103). Sum of RGB (Red+Green+Blue) = 208+186+103=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 103 (40.62% from 255 or 20.72% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BA67 is #2F4598. Grayscale: #B7B7B7. Windows color (decimal): -3098009 or 6798032. OLE color: 6798032.
HSL color Cylindrical-coordinate representation of color #D0BA67: hue angle of 47.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0BA67 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 103 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.18 |
| HSL | 47.43º | 0.53% | 0.61% | - |
| HSV(B) | 47.43º | 0.5% | 0.82% | - |
| XYZ | 46.02 | 49.51 | 19.96 | - |
| YUV | 183.12 | 82.79 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 103 | 0 | 0.11 | 0.50 | 0.18 | 47.43 | 0.53 | 0.61 |
| Hex | D0 | BA | 67 | 0 | B | 32 | 12 | 2F | 35 | 3D |
| Octal | 320 | 272 | 147 | 0 | 13 | 62 | 22 | 57 | 65 | 75 |
| Binary | 11010000 | 10111010 | 1100111 | 0 | 1011 | 110010 | 10010 | 101111 | 110101 | 111101 |
Color Harmonies of #D0BA67
Complementary color
Monochromatic Colors of #D0BA67
Black with #D0BA67
Text Example
Text Example
White with #D0BA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BA67; }
p { color: rgb(208,186,103); }
H1.HeaderClassName
{
color: #D0BA67;
}
.AnyTagClassName
{
color: #D0BA67;
}
</style>
background-color css
<style>
a { background-color: #D0BA67; }
a { background-color: rgb(208,186,103); }
div.DivClassName
{
background-color: #D0BA67;
}
.BgClassName
{
background-color: #D0BA67;
}
</style>
border-color css
<style>
span { border-color: #D0BA67; }
span { border-color: rgb(208,186,103); }
td.TdClassName
{
border-color: #D0BA67;
}
.TagClassName
{
border-color: #D0BA67;
}
</style>