Shades of Tacha #D0BA54
Tints of Tacha #D0BA54
RGB
CMYK
RGB Variations
Color information
#D0BA54 (or 0xD0BA54) is known color: Tacha. HEX triplet: D0, BA and 54. RGB value is (208,186,84). Sum of RGB (Red+Green+Blue) = 208+186+84=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 84 (33.20% from 255 or 17.57% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BA54 is #2F45AB. Grayscale: #B5B5B5. Windows color (decimal): -3098028 or 5552848. OLE color: 5552848.
HSL color Cylindrical-coordinate representation of color #D0BA54: hue angle of 49.35º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0BA54 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 84 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.18 |
| HSL | 49.35º | 0.57% | 0.57% | - |
| HSV(B) | 49.35º | 0.6% | 0.82% | - |
| XYZ | 45.17 | 49.17 | 15.5 | - |
| YUV | 180.95 | 73.29 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 84 | 0 | 0.11 | 0.60 | 0.18 | 49.35 | 0.57 | 0.57 |
| Hex | D0 | BA | 54 | 0 | B | 3C | 12 | 31 | 39 | 39 |
| Octal | 320 | 272 | 124 | 0 | 13 | 74 | 22 | 61 | 71 | 71 |
| Binary | 11010000 | 10111010 | 1010100 | 0 | 1011 | 111100 | 10010 | 110001 | 111001 | 111001 |
Color Harmonies of #D0BA54
Complementary color
Monochromatic Colors of #D0BA54
Black with #D0BA54
Text Example
Text Example
White with #D0BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BA54; }
p { color: rgb(208,186,84); }
H1.HeaderClassName
{
color: #D0BA54;
}
.AnyTagClassName
{
color: #D0BA54;
}
</style>
background-color css
<style>
a { background-color: #D0BA54; }
a { background-color: rgb(208,186,84); }
div.DivClassName
{
background-color: #D0BA54;
}
.BgClassName
{
background-color: #D0BA54;
}
</style>
border-color css
<style>
span { border-color: #D0BA54; }
span { border-color: rgb(208,186,84); }
td.TdClassName
{
border-color: #D0BA54;
}
.TagClassName
{
border-color: #D0BA54;
}
</style>