Shades of Tacha #D0BA5E
Tints of Tacha #D0BA5E
RGB
CMYK
RGB Variations
Color information
#D0BA5E (or 0xD0BA5E) is known color: Tacha. HEX triplet: D0, BA and 5E. RGB value is (208,186,94). Sum of RGB (Red+Green+Blue) = 208+186+94=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BA5E is #2F45A1. Grayscale: #B6B6B6. Windows color (decimal): -3098018 or 6208208. OLE color: 6208208.
HSL color Cylindrical-coordinate representation of color #D0BA5E: hue angle of 48.42º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0BA5E is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 94 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.18 |
| HSL | 48.42º | 0.55% | 0.59% | - |
| HSV(B) | 48.42º | 0.55% | 0.82% | - |
| XYZ | 45.59 | 49.34 | 17.71 | - |
| YUV | 182.09 | 78.29 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 94 | 0 | 0.11 | 0.55 | 0.18 | 48.42 | 0.55 | 0.59 |
| Hex | D0 | BA | 5E | 0 | B | 37 | 12 | 30 | 37 | 3B |
| Octal | 320 | 272 | 136 | 0 | 13 | 67 | 22 | 60 | 67 | 73 |
| Binary | 11010000 | 10111010 | 1011110 | 0 | 1011 | 110111 | 10010 | 110000 | 110111 | 111011 |
Color Harmonies of #D0BA5E
Complementary color
Monochromatic Colors of #D0BA5E
Black with #D0BA5E
Text Example
Text Example
White with #D0BA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BA5E; }
p { color: rgb(208,186,94); }
H1.HeaderClassName
{
color: #D0BA5E;
}
.AnyTagClassName
{
color: #D0BA5E;
}
</style>
background-color css
<style>
a { background-color: #D0BA5E; }
a { background-color: rgb(208,186,94); }
div.DivClassName
{
background-color: #D0BA5E;
}
.BgClassName
{
background-color: #D0BA5E;
}
</style>
border-color css
<style>
span { border-color: #D0BA5E; }
span { border-color: rgb(208,186,94); }
td.TdClassName
{
border-color: #D0BA5E;
}
.TagClassName
{
border-color: #D0BA5E;
}
</style>