Shades of Tacha #DABA53
Tints of Tacha #DABA53
RGB
CMYK
RGB Variations
Color information
#DABA53 (or 0xDABA53) is known color: Tacha. HEX triplet: DA, BA and 53. RGB value is (218,186,83). Sum of RGB (Red+Green+Blue) = 218+186+83=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 83 (32.81% from 255 or 17.04% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA53 is #2545AC. Grayscale: #B8B8B8. Windows color (decimal): -2442669 or 5487322. OLE color: 5487322.
HSL color Cylindrical-coordinate representation of color #DABA53: hue angle of 45.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DABA53 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 83 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.15 |
| HSL | 45.78º | 0.65% | 0.59% | - |
| HSV(B) | 45.78º | 0.62% | 0.85% | - |
| XYZ | 48.03 | 50.65 | 15.43 | - |
| YUV | 183.83 | 71.1 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 83 | 0 | 0.15 | 0.62 | 0.15 | 45.78 | 0.65 | 0.59 |
| Hex | DA | BA | 53 | 0 | F | 3E | F | 2E | 41 | 3B |
| Octal | 332 | 272 | 123 | 0 | 17 | 76 | 17 | 56 | 101 | 73 |
| Binary | 11011010 | 10111010 | 1010011 | 0 | 1111 | 111110 | 1111 | 101110 | 1000001 | 111011 |
Color Harmonies of #DABA53
Complementary color
Monochromatic Colors of #DABA53
Black with #DABA53
Text Example
Text Example
White with #DABA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA53; }
p { color: rgb(218,186,83); }
H1.HeaderClassName
{
color: #DABA53;
}
.AnyTagClassName
{
color: #DABA53;
}
</style>
background-color css
<style>
a { background-color: #DABA53; }
a { background-color: rgb(218,186,83); }
div.DivClassName
{
background-color: #DABA53;
}
.BgClassName
{
background-color: #DABA53;
}
</style>
border-color css
<style>
span { border-color: #DABA53; }
span { border-color: rgb(218,186,83); }
td.TdClassName
{
border-color: #DABA53;
}
.TagClassName
{
border-color: #DABA53;
}
</style>