Shades of Tacha #D0BA59
Tints of Tacha #D0BA59
RGB
CMYK
RGB Variations
Color information
#D0BA59 (or 0xD0BA59) is known color: Tacha. HEX triplet: D0, BA and 59. RGB value is (208,186,89). Sum of RGB (Red+Green+Blue) = 208+186+89=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 89 (35.16% from 255 or 18.43% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BA59 is #2F45A6. Grayscale: #B5B5B5. Windows color (decimal): -3098023 or 5880528. OLE color: 5880528.
HSL color Cylindrical-coordinate representation of color #D0BA59: hue angle of 48.91º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0BA59 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 89 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.18 |
| HSL | 48.91º | 0.56% | 0.58% | - |
| HSV(B) | 48.91º | 0.57% | 0.82% | - |
| XYZ | 45.37 | 49.25 | 16.57 | - |
| YUV | 181.52 | 75.79 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 89 | 0 | 0.11 | 0.57 | 0.18 | 48.91 | 0.56 | 0.58 |
| Hex | D0 | BA | 59 | 0 | B | 39 | 12 | 31 | 38 | 3A |
| Octal | 320 | 272 | 131 | 0 | 13 | 71 | 22 | 61 | 70 | 72 |
| Binary | 11010000 | 10111010 | 1011001 | 0 | 1011 | 111001 | 10010 | 110001 | 111000 | 111010 |
Color Harmonies of #D0BA59
Complementary color
Monochromatic Colors of #D0BA59
Black with #D0BA59
Text Example
Text Example
White with #D0BA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BA59; }
p { color: rgb(208,186,89); }
H1.HeaderClassName
{
color: #D0BA59;
}
.AnyTagClassName
{
color: #D0BA59;
}
</style>
background-color css
<style>
a { background-color: #D0BA59; }
a { background-color: rgb(208,186,89); }
div.DivClassName
{
background-color: #D0BA59;
}
.BgClassName
{
background-color: #D0BA59;
}
</style>
border-color css
<style>
span { border-color: #D0BA59; }
span { border-color: rgb(208,186,89); }
td.TdClassName
{
border-color: #D0BA59;
}
.TagClassName
{
border-color: #D0BA59;
}
</style>