Shades of Tacha #D0BA57
Tints of Tacha #D0BA57
RGB
CMYK
RGB Variations
Color information
#D0BA57 (or 0xD0BA57) is known color: Tacha. HEX triplet: D0, BA and 57. RGB value is (208,186,87). Sum of RGB (Red+Green+Blue) = 208+186+87=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 87 (34.38% from 255 or 18.09% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BA57 is #2F45A8. Grayscale: #B5B5B5. Windows color (decimal): -3098025 or 5749456. OLE color: 5749456.
HSL color Cylindrical-coordinate representation of color #D0BA57: hue angle of 49.09º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0BA57 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 87 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.18 |
| HSL | 49.09º | 0.56% | 0.58% | - |
| HSV(B) | 49.09º | 0.58% | 0.82% | - |
| XYZ | 45.29 | 49.22 | 16.13 | - |
| YUV | 181.29 | 74.79 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 87 | 0 | 0.11 | 0.58 | 0.18 | 49.09 | 0.56 | 0.58 |
| Hex | D0 | BA | 57 | 0 | B | 3A | 12 | 31 | 38 | 3A |
| Octal | 320 | 272 | 127 | 0 | 13 | 72 | 22 | 61 | 70 | 72 |
| Binary | 11010000 | 10111010 | 1010111 | 0 | 1011 | 111010 | 10010 | 110001 | 111000 | 111010 |
Color Harmonies of #D0BA57
Complementary color
Monochromatic Colors of #D0BA57
Black with #D0BA57
Text Example
Text Example
White with #D0BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BA57; }
p { color: rgb(208,186,87); }
H1.HeaderClassName
{
color: #D0BA57;
}
.AnyTagClassName
{
color: #D0BA57;
}
</style>
background-color css
<style>
a { background-color: #D0BA57; }
a { background-color: rgb(208,186,87); }
div.DivClassName
{
background-color: #D0BA57;
}
.BgClassName
{
background-color: #D0BA57;
}
</style>
border-color css
<style>
span { border-color: #D0BA57; }
span { border-color: rgb(208,186,87); }
td.TdClassName
{
border-color: #D0BA57;
}
.TagClassName
{
border-color: #D0BA57;
}
</style>